| ONVIF::Device::Types::VideoSourceConfigurationOptions(3pm) | User Contributed Perl Documentation | ONVIF::Device::Types::VideoSourceConfigurationOptions(3pm) | 
ONVIF::Device::Types::VideoSourceConfigurationOptions
Perl data type class for the XML Schema defined complexType VideoSourceConfigurationOptions from the namespace http://www.onvif.org/ver10/schema.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
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
     },
   },
 },
Generated by SOAP::WSDL
| 2023-02-24 | perl v5.36.0 |