onvif
    Preparing search index...

    Interface H264Options2

    interface H264Options2 {
        bitrateRange: IntRange;
        encodingIntervalRange: IntRange;
        frameRateRange: IntRange;
        govLengthRange: IntRange;
        H264ProfilesSupported?: H264Profile[];
        resolutionsAvailable?: VideoResolution[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    bitrateRange: IntRange

    Supported range of encoded bitrate in kbps.

    encodingIntervalRange: IntRange

    Supported encoding interval range. The encoding interval corresponds to the number of frames devided by the encoded frames. An encoding interval value of "1" means that all frames are encoded.

    frameRateRange: IntRange

    Supported frame rate in fps (frames per second).

    govLengthRange: IntRange

    Supported group of Video frames length. This value typically corresponds to the I-Frame distance.

    H264ProfilesSupported?: H264Profile[]

    List of supported H.264 profiles.

    resolutionsAvailable?: VideoResolution[]

    List of supported image sizes.