Bitmovin Player API 8.269.0
    Preparing search index...

    Interface TrackMetadata

    interface TrackMetadata {
        id?: string;
        lang?: string;
        mimeType?: string;
    }
    Index
    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.