Skip to main content

Class: EmbeddedMusic

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

Implements

Constructors

new EmbeddedMusic()

new EmbeddedMusic(p?): EmbeddedMusic

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

Parameters

p?

IEmbeddedMusic

Returns

EmbeddedMusic

Properties

artistAttribution?

optional artistAttribution: null | string

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

Implementation of

IEmbeddedMusic.artistAttribution


artworkDirectPath?

optional artworkDirectPath: null | string

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

Implementation of

IEmbeddedMusic.artworkDirectPath


artworkEncSha256?

optional artworkEncSha256: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IEmbeddedMusic.artworkEncSha256


artworkMediaKey?

optional artworkMediaKey: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IEmbeddedMusic.artworkMediaKey


artworkSha256?

optional artworkSha256: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IEmbeddedMusic.artworkSha256


author?

optional author: null | string

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

Implementation of

IEmbeddedMusic.author


countryBlocklist?

optional countryBlocklist: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IEmbeddedMusic.countryBlocklist


isExplicit?

optional isExplicit: null | boolean

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

Implementation of

IEmbeddedMusic.isExplicit


musicContentMediaId?

optional musicContentMediaId: null | string

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

Implementation of

IEmbeddedMusic.musicContentMediaId


songId?

optional songId: null | string

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

Implementation of

IEmbeddedMusic.songId


title?

optional title: null | string

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

Implementation of

IEmbeddedMusic.title

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): EmbeddedMusic

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

Parameters

properties?

IEmbeddedMusic

Returns

EmbeddedMusic


decode()

static decode(r, l?): EmbeddedMusic

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

EmbeddedMusic


encode()

static encode(m, w?): Writer

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

Parameters

m

IEmbeddedMusic

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): EmbeddedMusic

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

Parameters

d

Returns

EmbeddedMusic


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

EmbeddedMusic

o?

IConversionOptions

Returns

object