nx.js
Classes

NcmContentStorageRecord

Extends

  • ArrayBufferStruct

Constructors

new NcmContentStorageRecord()

new NcmContentStorageRecord(): NcmContentStorageRecord

Returns

NcmContentStorageRecord

Inherited from

ArrayBufferStruct.constructor

new NcmContentStorageRecord()

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

Parameters

ParameterType
bufferArrayBufferLike | ArrayBufferView
byteOffset?number
byteLength?number

Returns

NcmContentStorageRecord

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

Accessors

key

get key(): NcmContentMetaKey

set key(v): void

Parameters

ParameterType
vNcmContentMetaKey

Returns

NcmContentMetaKey


storageId

get storageId(): NcmStorageId

set storageId(v): void

Parameters

ParameterType
vNcmStorageId

Returns

NcmStorageId

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