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

    Type Alias PostVideoInfo

    type PostVideoInfo = {
        closedCaptioned: boolean;
        encodingStatus: string;
        exposeWithPost: boolean;
        infraVideoId: string;
        likeCount: number;
        liveToVod: boolean;
        membershipOnly: boolean;
        onAirStartAt: number;
        paid: boolean;
        playCount: number;
        playTime: number;
        previewType: string;
        previewYn: boolean;
        pushYn: boolean;
        screenOrientation: string;
        serviceId: string;
        serviceName: string;
        streamingCount: number;
        thumb: string;
        thumbType: string;
        type: string;
        videoId: number;
        vodNotiStatus: string;
    }
    Index

    Properties

    closedCaptioned: boolean
    encodingStatus: string
    exposeWithPost: boolean
    infraVideoId: string
    likeCount: number
    liveToVod: boolean
    membershipOnly: boolean
    onAirStartAt: number
    paid: boolean
    playCount: number
    playTime: number
    previewType: string
    previewYn: boolean
    pushYn: boolean
    screenOrientation: string
    serviceId: string
    serviceName: string
    streamingCount: number
    thumb: string
    thumbType: string
    type: string
    videoId: number
    vodNotiStatus: string