Classes
NcmPlaceHolderId
Extends
ArrayBufferStruct
Constructors
new NcmPlaceHolderId()
new NcmPlaceHolderId(): NcmPlaceHolderId
Returns
Inherited from
ArrayBufferStruct.constructor
new NcmPlaceHolderId()
new NcmPlaceHolderId(buffer
, byteOffset
?, byteLength
?): NcmPlaceHolderId
Parameters
Parameter | Type |
---|---|
buffer | ArrayBufferLike | ArrayBufferView |
byteOffset ? | number |
byteLength ? | number |
Returns
Inherited from
ArrayBufferStruct.constructor
Properties
Property | Modifier | Type | Description | Overrides | Inherited from |
---|---|---|---|---|---|
buffer | readonly | ArrayBufferLike | The ArrayBuffer instance referenced by the array. | - | ArrayBufferStruct.buffer |
byteLength | readonly | number | The length in bytes of the array. | - | ArrayBufferStruct.byteLength |
byteOffset | readonly | number | The offset in bytes of the array. | - | ArrayBufferStruct.byteOffset |
sizeof | static | 16 | - | ArrayBufferStruct.sizeof | - |
Methods
toArrayBuffer()
toArrayBuffer(): ArrayBuffer
Creates a copy of the struct buffer view as a new ArrayBuffer
instance.
Returns
Inherited from
ArrayBufferStruct.toArrayBuffer