nx.js
Classes

NcmContentId

Extends

  • ArrayBufferStruct

Constructors

new NcmContentId()

new NcmContentId(): NcmContentId

Returns

NcmContentId

Inherited from

ArrayBufferStruct.constructor

new NcmContentId()

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

Parameters

ParameterType
bufferArrayBufferLike | ArrayBufferView
byteOffset?number
byteLength?number

Returns

NcmContentId

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
sizeofstatic16-ArrayBufferStruct.sizeof-

Methods

toArrayBuffer()

toArrayBuffer(): ArrayBuffer

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

Returns

ArrayBuffer

Inherited from

ArrayBufferStruct.toArrayBuffer


toString()

toString(): string

Returns a string representation of an object.

Returns

string


from()

static from(s): NcmContentId

Parameters

ParameterType
sstring

Returns

NcmContentId

On this page