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

    Type Alias PlayerResponse

    type PlayerResponse = {
        captions?: Record<"playerCaptionsTracklistRenderer", CaptionTracklist>;
        microformat: Record<"playerMicroformatRenderer", MicroformatRenderer>;
        streamingData: StreamingData;
        videoDetails: VideoDetails;
    }
    Index
    captions?: Record<"playerCaptionsTracklistRenderer", CaptionTracklist>
    microformat: Record<"playerMicroformatRenderer", MicroformatRenderer>
    streamingData: StreamingData
    videoDetails: VideoDetails