onvif
    Preparing search index...

    Interface H264DecOptions

    interface H264DecOptions {
        resolutionsAvailable?: VideoResolution[];
        supportedFrameRate: IntRange;
        supportedH264Profiles?: H264Profile[];
        supportedInputBitrate: IntRange;
        [key: string]: unknown;
    }

    Indexable

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

    List of supported H.264 Video Resolutions

    supportedFrameRate: IntRange

    Supported H.264 framerate range in fps

    supportedH264Profiles?: H264Profile[]

    List of supported H264 Profiles (either baseline, main, extended or high)

    supportedInputBitrate: IntRange

    Supported H.264 bitrate range in kbps