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

    Type Alias VideoInfoMeta

    type VideoInfoMeta = {
        advertise: VideoAdvertise;
        apiList: VideoAPI[];
        contentId: string;
        count: number;
        countryCode: string;
        cover: VideoCover;
        display: Record<string, Display>;
        encodingModel: string;
        homeUrl: string;
        interfaceLang: string;
        masterVideoId: string;
        provider: VideoProvider;
        rules: VideoInfoMetaRules;
        serviceId: number;
        share: VideoShare;
        subject: number;
        url: string;
        user: VideoUser;
    }
    Index

    Properties

    advertise: VideoAdvertise
    apiList: VideoAPI[]
    contentId: string
    count: number
    countryCode: string
    cover: VideoCover
    display: Record<string, Display>
    encodingModel: string
    homeUrl: string
    interfaceLang: string
    masterVideoId: string
    provider: VideoProvider
    serviceId: number
    share: VideoShare
    subject: number
    url: string
    user: VideoUser