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

    Type Alias PlayerVideoData

    type PlayerVideoData = {
        allowLiveDvr: boolean;
        author: string;
        eventId: string;
        isListed: boolean;
        isLive: boolean;
        isManifestless: boolean;
        isMultiChannelAudio: boolean;
        isPlayable: boolean;
        isPremiere: boolean;
        isWindowedLive: boolean;
        title: string;
        video_id: string;
        video_quality: Quality;
    }
    Index

    Properties

    allowLiveDvr: boolean
    author: string
    eventId: string
    isListed: boolean
    isLive: boolean
    isManifestless: boolean
    isMultiChannelAudio: boolean
    isPlayable: boolean
    isPremiere: boolean
    isWindowedLive: boolean
    title: string

    localized title

    video_id: string
    video_quality: Quality