Skip to main content

EmbeddedMusic

amiudmodz


amiudmodz / proto / EmbeddedMusic

Class: EmbeddedMusic

Defined in: WAProto/index.d.ts:4566

Implements

Constructors

new EmbeddedMusic()

new EmbeddedMusic(p?): EmbeddedMusic

Defined in: WAProto/index.d.ts:4567

Parameters

p?

IEmbeddedMusic

Returns

EmbeddedMusic

Properties

artistAttribution?

optional artistAttribution: null | string

Defined in: WAProto/index.d.ts:4575

Implementation of

IEmbeddedMusic.artistAttribution


artworkDirectPath?

optional artworkDirectPath: null | string

Defined in: WAProto/index.d.ts:4572

Implementation of

IEmbeddedMusic.artworkDirectPath


artworkEncSha256?

optional artworkEncSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:4574

Implementation of

IEmbeddedMusic.artworkEncSha256


artworkMediaKey?

optional artworkMediaKey: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:4578

Implementation of

IEmbeddedMusic.artworkMediaKey


artworkSha256?

optional artworkSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:4573

Implementation of

IEmbeddedMusic.artworkSha256


author?

optional author: null | string

Defined in: WAProto/index.d.ts:4570

Implementation of

IEmbeddedMusic.author


countryBlocklist?

optional countryBlocklist: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:4576

Implementation of

IEmbeddedMusic.countryBlocklist


derivedContentStartTimeInMs?

optional derivedContentStartTimeInMs: null | number | Long

Defined in: WAProto/index.d.ts:4580

Implementation of

IEmbeddedMusic.derivedContentStartTimeInMs


isExplicit?

optional isExplicit: null | boolean

Defined in: WAProto/index.d.ts:4577

Implementation of

IEmbeddedMusic.isExplicit


musicContentMediaId?

optional musicContentMediaId: null | string

Defined in: WAProto/index.d.ts:4568

Implementation of

IEmbeddedMusic.musicContentMediaId


musicSongStartTimeInMs?

optional musicSongStartTimeInMs: null | number | Long

Defined in: WAProto/index.d.ts:4579

Implementation of

IEmbeddedMusic.musicSongStartTimeInMs


overlapDurationInMs?

optional overlapDurationInMs: null | number | Long

Defined in: WAProto/index.d.ts:4581

Implementation of

IEmbeddedMusic.overlapDurationInMs


songId?

optional songId: null | string

Defined in: WAProto/index.d.ts:4569

Implementation of

IEmbeddedMusic.songId


title?

optional title: null | string

Defined in: WAProto/index.d.ts:4571

Implementation of

IEmbeddedMusic.title

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:4587

Returns

object


create()

static create(properties?): EmbeddedMusic

Defined in: WAProto/index.d.ts:4582

Parameters

properties?

IEmbeddedMusic

Returns

EmbeddedMusic


decode()

static decode(r, l?): EmbeddedMusic

Defined in: WAProto/index.d.ts:4584

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

EmbeddedMusic


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:4583

Parameters

m

IEmbeddedMusic

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): EmbeddedMusic

Defined in: WAProto/index.d.ts:4585

Parameters

d

Returns

EmbeddedMusic


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:4588

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:4586

Parameters

m

EmbeddedMusic

o?

IConversionOptions

Returns

object