Scroll to navigation

ONVIF::PTZ::Types::CodingCapabilities(3pm) User Contributed Perl Documentation ONVIF::PTZ::Types::CodingCapabilities(3pm)

NAME

ONVIF::PTZ::Types::CodingCapabilities

DESCRIPTION

Perl data type class for the XML Schema defined complexType CodingCapabilities from the namespace http://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::PTZ::Types::CodingCapabilities
   AudioEncodingCapabilities =>  { # ONVIF::PTZ::Types::AudioEncoderConfigurationOptions
     Options =>  { # ONVIF::PTZ::Types::AudioEncoderConfigurationOption
       Encoding => $some_value, # AudioEncoding
       BitrateList =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
       SampleRateList =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
     },
   },
   AudioDecodingCapabilities =>  { # ONVIF::PTZ::Types::AudioDecoderConfigurationOptions
     AACDecOptions =>  { # ONVIF::PTZ::Types::AACDecOptions
       Bitrate =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
       SampleRateRange =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
     },
     G711DecOptions =>  { # ONVIF::PTZ::Types::G711DecOptions
       Bitrate =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
       SampleRateRange =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
     },
     G726DecOptions =>  { # ONVIF::PTZ::Types::G726DecOptions
       Bitrate =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
       SampleRateRange =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
     },
     Extension =>  { # ONVIF::PTZ::Types::AudioDecoderConfigurationOptionsExtension
     },
   },
   VideoDecodingCapabilities =>  { # ONVIF::PTZ::Types::VideoDecoderConfigurationOptions
     JpegDecOptions =>  { # ONVIF::PTZ::Types::JpegDecOptions
       ResolutionsAvailable =>  { # ONVIF::PTZ::Types::VideoResolution
         Width =>  $some_value, # int
         Height =>  $some_value, # int
       },
       SupportedInputBitrate =>  { # ONVIF::PTZ::Types::IntRange
         Min =>  $some_value, # int
         Max =>  $some_value, # int
       },
       SupportedFrameRate =>  { # ONVIF::PTZ::Types::IntRange
         Min =>  $some_value, # int
         Max =>  $some_value, # int
       },
     },
     H264DecOptions =>  { # ONVIF::PTZ::Types::H264DecOptions
       ResolutionsAvailable =>  { # ONVIF::PTZ::Types::VideoResolution
         Width =>  $some_value, # int
         Height =>  $some_value, # int
       },
       SupportedH264Profiles => $some_value, # H264Profile
       SupportedInputBitrate =>  { # ONVIF::PTZ::Types::IntRange
         Min =>  $some_value, # int
         Max =>  $some_value, # int
       },
       SupportedFrameRate =>  { # ONVIF::PTZ::Types::IntRange
         Min =>  $some_value, # int
         Max =>  $some_value, # int
       },
     },
     Mpeg4DecOptions =>  { # ONVIF::PTZ::Types::Mpeg4DecOptions
       ResolutionsAvailable =>  { # ONVIF::PTZ::Types::VideoResolution
         Width =>  $some_value, # int
         Height =>  $some_value, # int
       },
       SupportedMpeg4Profiles => $some_value, # Mpeg4Profile
       SupportedInputBitrate =>  { # ONVIF::PTZ::Types::IntRange
         Min =>  $some_value, # int
         Max =>  $some_value, # int
       },
       SupportedFrameRate =>  { # ONVIF::PTZ::Types::IntRange
         Min =>  $some_value, # int
         Max =>  $some_value, # int
       },
     },
     Extension =>  { # ONVIF::PTZ::Types::VideoDecoderConfigurationOptionsExtension
     },
   },
 },

AUTHOR

Generated by SOAP::WSDL

2023-07-27 perl v5.36.0