Skip to main content
Version: 4.1

AudioMetadataReceivedEvent

An object representing the timed or chapter metadata received for a track.

ParamTypeDescription
metadataAudioMetadata[]The metadata received

AudioCommonMetadataReceivedEvent

An object representing the common metadata received for a track.

ParamTypeDescription
metadataAudioCommonMetadataThe metadata received

AudioCommonMetadata

An object representing the common metadata received for a track.

ParamTypeDescription
titlestringThe track title. Might be undefined
artiststringThe track artist. Might be undefined
albumTitlestringThe track album. Might be undefined
subtitlestringThe track subtitle. Might be undefined
descriptionstringThe track description. Might be undefined
artworkUristringThe track artwork uri. Might be undefined
trackNumberstringThe track number. Might be undefined
composerstringThe track composer. Might be undefined
conductorstringThe track conductor. Might be undefined
genrestringThe track genre. Might be undefined
compilationstringThe track compilation. Might be undefined
stationstringThe track station. Might be undefined
mediaTypestringThe track media type. Might be undefined
creationDatestringThe track creation date. Might be undefined
creationYearstringThe track creation year. Might be undefined

AudioMetadata

An extension of AudioCommonMetadataReceivedEvent that includes the raw metadata.

ParamTypeDescription
rawRawEntry[]The raw metadata that was used to populate. May contain other non common keys. May be empty

RawEntry

An object representing a raw metadata entry.

ParamTypeDescription
commonKeystringThe common key. Might be undefined
keySpacestringThe key space. Might be undefined
timenumberThe time. Might be undefined
valueunknownThe value. Might be undefined
keystringThe key. Might be undefined