table of contents
other versions
- stretch-backports 1.30.4+dfsg-2~bpo9+1
- unstable 1.32.3-2
| ONVIF::Device::Types::VideoEncoderOptionsExtension(3pm) | User Contributed Perl Documentation | ONVIF::Device::Types::VideoEncoderOptionsExtension(3pm) |
NAME¶
ONVIF::Device::Types::VideoEncoderOptionsExtensionDESCRIPTION¶
Perl data type class for the XML Schema defined complexType VideoEncoderOptionsExtension from the namespace http://www.onvif.org/ver10/schema.PROPERTIES¶
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:- JPEG
- MPEG4
- H264
- Extension
METHODS¶
new¶
Constructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::VideoEncoderOptionsExtension
JPEG => { # ONVIF::Device::Types::JpegOptions2
BitrateRange => { # ONVIF::Device::Types::IntRange
Min => $some_value, # int
Max => $some_value, # int
},
},
MPEG4 => { # ONVIF::Device::Types::Mpeg4Options2
BitrateRange => { # ONVIF::Device::Types::IntRange
Min => $some_value, # int
Max => $some_value, # int
},
},
H264 => { # ONVIF::Device::Types::H264Options2
BitrateRange => { # ONVIF::Device::Types::IntRange
Min => $some_value, # int
Max => $some_value, # int
},
},
Extension => { # ONVIF::Device::Types::VideoEncoderOptionsExtension2
},
},
AUTHOR¶
Generated by SOAP::WSDL| 2017-09-18 | perl v5.24.1 |