vot.js - v2.4.12
    Preparing search index...
    type Video = {
        bitrate: SharedTypes.WeverseType.VideoBitrate;
        duration: number;
        encodingOption: SharedTypes.WeverseType.VideoEncodingOptions;
        id: string;
        p2pMetaUrl: string;
        p2pUrl: string;
        previewDuration: number;
        size: number;
        source: string;
        sourceFrom: string;
        type: string;
        useP2P: boolean;
    }
    Index

    Properties

    duration: number
    id: string
    p2pMetaUrl: string
    p2pUrl: string
    previewDuration: number
    size: number
    source: string
    sourceFrom: string
    type: string
    useP2P: boolean