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

    Type Alias PlayerResponse

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

    Properties

    captions?: Record<"playerCaptionsTracklistRenderer", CaptionTracklist>
    microformat: Record<"playerMicroformatRenderer", MicroformatRenderer>
    streamingData: StreamingData
    videoDetails: VideoDetails