onvif
    Preparing search index...

    Interface Mpeg4DecOptions

    interface Mpeg4DecOptions {
        resolutionsAvailable?: VideoResolution[];
        supportedFrameRate: IntRange;
        supportedInputBitrate: IntRange;
        supportedMpeg4Profiles?: Mpeg4Profile[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    resolutionsAvailable?: VideoResolution[]

    List of supported Mpeg4 Video Resolutions

    supportedFrameRate: IntRange

    Supported Mpeg4 framerate range in fps

    supportedInputBitrate: IntRange

    Supported Mpeg4 bitrate range in kbps

    supportedMpeg4Profiles?: Mpeg4Profile[]

    List of supported Mpeg4 Profiles (either SP or ASP)