vot.js - v2.4.12
    Preparing search index...
    type Stream = {
        dimension: Dimension;
        enableABR: EnableStatus;
        keys: StreamKey[];
        source: string;
        sourceFrom: string;
        type: "HLS";
        videos: StreamVideo;
    }
    Index

    Properties

    dimension: Dimension
    enableABR: EnableStatus
    keys: StreamKey[]
    source: string
    sourceFrom: string
    type: "HLS"
    videos: StreamVideo