table of contents
| ONVIF::Device::Types::VideoSourceConfigurationOptions(3pm) | User Contributed Perl Documentation | ONVIF::Device::Types::VideoSourceConfigurationOptions(3pm) | 
NAME¶
ONVIF::Device::Types::VideoSourceConfigurationOptions
DESCRIPTION¶
Perl data type class for the XML Schema defined complexType VideoSourceConfigurationOptions from the namespace http://www.onvif.org/ver10/schema.
PROPERTIES¶
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
- BoundsRange
- VideoSourceTokensAvailable
- Extension
METHODS¶
new¶
Constructor. The following data structure may be passed to new():
 { # ONVIF::Device::Types::VideoSourceConfigurationOptions
   BoundsRange =>  { # ONVIF::Device::Types::IntRectangleRange
     XRange =>  { # ONVIF::Device::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
     YRange =>  { # ONVIF::Device::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
     WidthRange =>  { # ONVIF::Device::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
     HeightRange =>  { # ONVIF::Device::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
   },
   VideoSourceTokensAvailable => $some_value, # ReferenceToken
   Extension =>  { # ONVIF::Device::Types::VideoSourceConfigurationOptionsExtension
     Rotate =>  { # ONVIF::Device::Types::RotateOptions
       Mode => $some_value, # RotateMode
       DegreeList =>  { # ONVIF::Device::Types::IntList
         Items =>  $some_value, # int
       },
       Extension =>  { # ONVIF::Device::Types::RotateOptionsExtension
       },
     },
     Extension =>  { # ONVIF::Device::Types::VideoSourceConfigurationOptionsExtension2
     },
   },
 },
AUTHOR¶
Generated by SOAP::WSDL
| 2025-02-21 | perl v5.40.1 |