Skip to main content
Defined in: WAProto/index.d.ts:4093

Implements

Constructors

new EmbeddedMusic()

new EmbeddedMusic(p?): EmbeddedMusic
Defined in: WAProto/index.d.ts:4094

Parameters

p?
IEmbeddedMusic

Returns

EmbeddedMusic

Properties

artistAttribution?

optional artistAttribution: null | string
Defined in: WAProto/index.d.ts:4102

Implementation of

IEmbeddedMusic.artistAttribution

artworkDirectPath?

optional artworkDirectPath: null | string
Defined in: WAProto/index.d.ts:4099

Implementation of

IEmbeddedMusic.artworkDirectPath

artworkEncSha256?

optional artworkEncSha256: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:4101

Implementation of

IEmbeddedMusic.artworkEncSha256

artworkMediaKey?

optional artworkMediaKey: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:4105

Implementation of

IEmbeddedMusic.artworkMediaKey

artworkSha256?

optional artworkSha256: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:4100

Implementation of

IEmbeddedMusic.artworkSha256

author?

optional author: null | string
Defined in: WAProto/index.d.ts:4097

Implementation of

IEmbeddedMusic.author

countryBlocklist?

optional countryBlocklist: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:4103

Implementation of

IEmbeddedMusic.countryBlocklist

derivedContentStartTimeInMs?

optional derivedContentStartTimeInMs: null | number | Long
Defined in: WAProto/index.d.ts:4107

Implementation of

IEmbeddedMusic.derivedContentStartTimeInMs

isExplicit?

optional isExplicit: null | boolean
Defined in: WAProto/index.d.ts:4104

Implementation of

IEmbeddedMusic.isExplicit

musicContentMediaId?

optional musicContentMediaId: null | string
Defined in: WAProto/index.d.ts:4095

Implementation of

IEmbeddedMusic.musicContentMediaId

musicSongStartTimeInMs?

optional musicSongStartTimeInMs: null | number | Long
Defined in: WAProto/index.d.ts:4106

Implementation of

IEmbeddedMusic.musicSongStartTimeInMs

overlapDurationInMs?

optional overlapDurationInMs: null | number | Long
Defined in: WAProto/index.d.ts:4108

Implementation of

IEmbeddedMusic.overlapDurationInMs

songId?

optional songId: null | string
Defined in: WAProto/index.d.ts:4096

Implementation of

IEmbeddedMusic.songId

title?

optional title: null | string
Defined in: WAProto/index.d.ts:4098

Implementation of

IEmbeddedMusic.title

Methods

create()

static create(properties?): EmbeddedMusic
Defined in: WAProto/index.d.ts:4109

Parameters

properties?
IEmbeddedMusic

Returns

EmbeddedMusic

decode()

static decode(r, l?): EmbeddedMusic
Defined in: WAProto/index.d.ts:4111

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

EmbeddedMusic

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:4110

Parameters

m
IEmbeddedMusic
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): EmbeddedMusic
Defined in: WAProto/index.d.ts:4112

Parameters

d

Returns

EmbeddedMusic

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:4115

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:4114

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:4113

Parameters

m
EmbeddedMusic
o?
IConversionOptions

Returns

object