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

    Type Alias Stream

    type Stream = {
        dimension: Dimension;
        enableABR: EnableStatus;
        keys: StreamKey[];
        source: string;
        sourceFrom: string;
        type: "HLS";
        videos: StreamVideo;
    }
    Index
    dimension: Dimension
    enableABR: EnableStatus
    keys: StreamKey[]
    source: string
    sourceFrom: string
    type: "HLS"
    videos: StreamVideo