onvif
    Preparing search index...

    Interface VideoDecoderConfigurationOptions

    interface VideoDecoderConfigurationOptions {
        extension?: VideoDecoderConfigurationOptionsExtension;
        H264DecOptions?: H264DecOptions;
        jpegDecOptions?: JpegDecOptions;
        mpeg4DecOptions?: Mpeg4DecOptions;
    }
    Index
    H264DecOptions?: H264DecOptions

    If the device is able to decode H.264 streams this element describes the supported codecs and configurations

    jpegDecOptions?: JpegDecOptions

    If the device is able to decode Jpeg streams this element describes the supported codecs and configurations

    mpeg4DecOptions?: Mpeg4DecOptions

    If the device is able to decode Mpeg4 streams this element describes the supported codecs and configurations