nx.js
Classes

NcmPackagedContentInfo

Extends

  • ArrayBufferStruct

Constructors

new NcmPackagedContentInfo()

new NcmPackagedContentInfo(): NcmPackagedContentInfo

Returns

NcmPackagedContentInfo

Inherited from

ArrayBufferStruct.constructor

new NcmPackagedContentInfo()

new NcmPackagedContentInfo(buffer, byteOffset?, byteLength?): NcmPackagedContentInfo

Parameters

ParameterType
bufferArrayBufferLike | ArrayBufferView
byteOffset?number
byteLength?number

Returns

NcmPackagedContentInfo

Inherited from

ArrayBufferStruct.constructor

Properties

PropertyModifierTypeDescriptionOverridesInherited from
bufferreadonlyArrayBufferLikeThe ArrayBuffer instance referenced by the array.-ArrayBufferStruct.buffer
byteLengthreadonlynumberThe length in bytes of the array.-ArrayBufferStruct.byteLength
byteOffsetreadonlynumberThe offset in bytes of the array.-ArrayBufferStruct.byteOffset
sizeofstatic56-ArrayBufferStruct.sizeof-

Accessors

contentInfo

get contentInfo(): NcmContentInfo

Returns

NcmContentInfo


hash

get hash(): Uint8Array

set hash(v): void

Parameters

ParameterType
vUint8Array

Returns

Uint8Array

Methods

toArrayBuffer()

toArrayBuffer(): ArrayBuffer

Creates a copy of the struct buffer view as a new ArrayBuffer instance.

Returns

ArrayBuffer

Inherited from

ArrayBufferStruct.toArrayBuffer

On this page