Interface MediaTrackMetadata
interface MediaTrackMetadata { id?: string; schemeIdUri?: string; value?: string; [
key:
string]
: string | undefined; } Indexable
[key: string]: string | undefined
Properties
Optional schemeIdUri
schemeIdUri?: string
Optional value
value?: string
Describes custom metadata associated with a media track, e.g. an AudioTrack.
Since
8.243.0