interface TrackMetadata {
    id?: string;
    lang?: string;
    mimeType?: string;
}

Properties

Properties

id?: string

Unique identifier of the track.

lang?: string

Language of the track. Only applicable for audio and subtitles, otherwise undefined.

mimeType?: string

Mime type of the track.