vot.js - v2.4.12
    Preparing search index...

    Interface PlayerAudioTrack

    interface PlayerAudioTrack {
        captionsInitialState: CaptionInitialState;
        captionTracks: PlayerCaptionTrack[];
        id: string;
        xtags: string;
        getLanguageInfo(): PlayerAudioTrackLanguageInfo;
        getXtags(): string;
        toString(): string;
    }
    Index

    Properties

    captionsInitialState: CaptionInitialState
    captionTracks: PlayerCaptionTrack[]
    id: string
    xtags: string

    Methods