ONVIF::Media::Elements::GetAudioSourceConfigurationOptionsResponse (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::Media::Elements::GetAudioSourceConfigurationOptionsResponseDESCRIPTION
Perl data type class for theXML
Schema defined element
GetAudioSourceConfigurationOptionsResponse from the namespace www.onvif.org/ver10/media/wsdl
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:- *
-
Options
$element->set_Options($data); $element->get_Options();
METHODS
new
my $element = ONVIF::Media::Elements::GetAudioSourceConfigurationOptionsResponse->new($data);
Constructor. The following data structure may be passed to new():
{ Options => { # ONVIF::Media::Types::AudioSourceConfigurationOptions InputTokensAvailable => $some_value, # ReferenceToken Extension => { # ONVIF::Media::Types::AudioSourceOptionsExtension }, }, },
AUTHOR
Generated bySOAP::WSDL