ONVIF::PTZ::Types::AudioEncoderConfigurationOptions - (unknown subject)

NAME  DESCRIPTION  PROPERTIES  METHODS  new  AUTHOR 

NAME

ONVIF::PTZ::Types::AudioEncoderConfigurationOptions

DESCRIPTION

Perl data type class for the XML Schema defined complexType AudioEncoderConfigurationOptions from the namespace http://www.onvif.org/ver10/schema.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

Options

METHODS

new

Constructor. The following data structure may be passed to new():

{ # 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
},
},
},

AUTHOR

Generated by SOAP::WSDL


Updated 2024-01-29 - jenkler.se | uex.se