Classes
NcmPackagedContentInfo
Extends
ArrayBufferStruct
Constructors
new NcmPackagedContentInfo()
new NcmPackagedContentInfo(): NcmPackagedContentInfo
Returns
Inherited from
ArrayBufferStruct.constructor
new NcmPackagedContentInfo()
new NcmPackagedContentInfo(buffer, byteOffset?, byteLength?): NcmPackagedContentInfo
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 | 56 | - | ArrayBufferStruct.sizeof | - |
Accessors
contentInfo
get contentInfo(): NcmContentInfo
Returns
hash
get hash(): Uint8Array
set hash(v): void
Parameters
| Parameter | Type |
|---|---|
v | Uint8Array |
Returns
Methods
toArrayBuffer()
toArrayBuffer(): ArrayBuffer
Creates a copy of the struct buffer view as a new ArrayBuffer instance.
Returns
Inherited from
ArrayBufferStruct.toArrayBuffer