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

    Interface VideoEncodingOptions

    interface VideoEncodingOptions {
        completeProgress: string;
        height: number;
        id: string;
        isEncodingComplete: StringBoolean;
        name: string;
        profile: string;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    completeProgress: string
    height: number
    id: string
    isEncodingComplete: StringBoolean
    name: string
    profile: string
    width: number