onvif
    Preparing search index...

    Interface VideoEncoderConfigurationOptions

    interface VideoEncoderConfigurationOptions {
        extension?: VideoEncoderOptionsExtension;
        guaranteedFrameRateSupported?: boolean;
        H264?: H264Options;
        JPEG?: JpegOptions;
        MPEG4?: Mpeg4Options;
        qualityRange: IntRange;
    }
    Index
    guaranteedFrameRateSupported?: boolean

    Indicates the support for the GuaranteedFrameRate attribute on the VideoEncoderConfiguration element.

    Optional H.264 encoder settings ranges (See also Extension element).

    Optional JPEG encoder settings ranges (See also Extension element).

    MPEG4?: Mpeg4Options

    Optional MPEG-4 encoder settings ranges (See also Extension element).

    qualityRange: IntRange

    Range of the quality values. A high value means higher quality.