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

    Type Alias VideoInfoStream

    type VideoInfoStream = {
        bitRate: number;
        codec: "h264";
        dimension: { height: number; width: number };
        displayAspectRatio: { denom: number; num: number };
        frameRate: number;
        id: string;
        type: "videoFormat";
    }
    Index

    Properties

    bitRate: number
    codec: "h264"
    dimension: { height: number; width: number }
    displayAspectRatio: { denom: number; num: number }
    frameRate: number
    id: string
    type: "videoFormat"