onvif
    Preparing search index...

    Interface JpegOptions2

    interface JpegOptions2 {
        bitrateRange: IntRange;
        encodingIntervalRange: IntRange;
        frameRateRange: IntRange;
        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).

    resolutionsAvailable?: VideoResolution[]

    List of supported image sizes.