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?
Returns
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
author?
optional
author:null
|string
Defined in: WAProto/index.d.ts:3334
Implementation of
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
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
title?
optional
title:null
|string
Defined in: WAProto/index.d.ts:3335
Implementation of
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?
Returns
decode()
static
decode(r
,l
?):EmbeddedMusic
Defined in: WAProto/index.d.ts:3345
Parameters
r
Uint8Array
<ArrayBufferLike
> | Reader
l?
number
Returns
encode()
static
encode(m
,w
?):Writer
Defined in: WAProto/index.d.ts:3344
Parameters
m
w?
Writer
Returns
Writer
fromObject()
static
fromObject(d
):EmbeddedMusic
Defined in: WAProto/index.d.ts:3346
Parameters
d
Returns
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
o?
IConversionOptions
Returns
object