Describes custom metadata associated with a media track, e.g. an AudioTrack.

Since

8.243.0

interface MediaTrackMetadata {
    id?: string;
    schemeIdUri?: string;
    value?: string;
    [key: string]: string | undefined;
}

Indexable

[key: string]: string | undefined

Properties

id?: string
schemeIdUri?: string
value?: string