ONVIF::Media::Types::CodingCapabilities (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::Media::Types::CodingCapabilitiesDESCRIPTION
Perl data type class for theXML
Schema defined complexType
CodingCapabilities from the namespace www.onvif.org/ver10/schema
This type contains the Audio and Video coding capabilities of a display service.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- *
- AudioEncodingCapabilities
- *
- AudioDecodingCapabilities
- *
- VideoDecodingCapabilities
METHODS
new
Constructor. The following data structure may be passed to new():
{ # ONVIF::Media::Types::CodingCapabilities AudioEncodingCapabilities => { # ONVIF::Media::Types::AudioEncoderConfigurationOptions Options => { # ONVIF::Media::Types::AudioEncoderConfigurationOption Encoding => $some_value, # AudioEncoding BitrateList => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, SampleRateList => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, }, }, AudioDecodingCapabilities => { # ONVIF::Media::Types::AudioDecoderConfigurationOptions AACDecOptions => { # ONVIF::Media::Types::AACDecOptions Bitrate => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, SampleRateRange => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, }, G711DecOptions => { # ONVIF::Media::Types::G711DecOptions Bitrate => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, SampleRateRange => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, }, G726DecOptions => { # ONVIF::Media::Types::G726DecOptions Bitrate => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, SampleRateRange => { # ONVIF::Media::Types::IntList Items => $some_value, # int }, }, Extension => { # ONVIF::Media::Types::AudioDecoderConfigurationOptionsExtension }, }, VideoDecodingCapabilities => { # ONVIF::Media::Types::VideoDecoderConfigurationOptions JpegDecOptions => { # ONVIF::Media::Types::JpegDecOptions ResolutionsAvailable => { # ONVIF::Media::Types::VideoResolution Width => $some_value, # int Height => $some_value, # int }, SupportedInputBitrate => { # ONVIF::Media::Types::IntRange Min => $some_value, # int Max => $some_value, # int }, SupportedFrameRate => { # ONVIF::Media::Types::IntRange Min => $some_value, # int Max => $some_value, # int }, }, H264DecOptions => { # ONVIF::Media::Types::H264DecOptions ResolutionsAvailable => { # ONVIF::Media::Types::VideoResolution Width => $some_value, # int Height => $some_value, # int }, SupportedH264Profiles => $some_value, # H264Profile SupportedInputBitrate => { # ONVIF::Media::Types::IntRange Min => $some_value, # int Max => $some_value, # int }, SupportedFrameRate => { # ONVIF::Media::Types::IntRange Min => $some_value, # int Max => $some_value, # int }, }, Mpeg4DecOptions => { # ONVIF::Media::Types::Mpeg4DecOptions ResolutionsAvailable => { # ONVIF::Media::Types::VideoResolution Width => $some_value, # int Height => $some_value, # int }, SupportedMpeg4Profiles => $some_value, # Mpeg4Profile SupportedInputBitrate => { # ONVIF::Media::Types::IntRange Min => $some_value, # int Max => $some_value, # int }, SupportedFrameRate => { # ONVIF::Media::Types::IntRange Min => $some_value, # int Max => $some_value, # int }, }, Extension => { # ONVIF::Media::Types::VideoDecoderConfigurationOptionsExtension }, }, },
AUTHOR
Generated bySOAP::WSDL