Scroll to navigation

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

NAME

ONVIF::PTZ::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::PTZ::Types::VideoSourceConfigurationOptions
   BoundsRange =>  { # ONVIF::PTZ::Types::IntRectangleRange
     XRange =>  { # ONVIF::PTZ::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
     YRange =>  { # ONVIF::PTZ::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
     WidthRange =>  { # ONVIF::PTZ::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
     HeightRange =>  { # ONVIF::PTZ::Types::IntRange
       Min =>  $some_value, # int
       Max =>  $some_value, # int
     },
   },
   VideoSourceTokensAvailable => $some_value, # ReferenceToken
   Extension =>  { # ONVIF::PTZ::Types::VideoSourceConfigurationOptionsExtension
     Rotate =>  { # ONVIF::PTZ::Types::RotateOptions
       Mode => $some_value, # RotateMode
       DegreeList =>  { # ONVIF::PTZ::Types::IntList
         Items =>  $some_value, # int
       },
       Extension =>  { # ONVIF::PTZ::Types::RotateOptionsExtension
       },
     },
     Extension =>  { # ONVIF::PTZ::Types::VideoSourceConfigurationOptionsExtension2
     },
   },
 },

AUTHOR

Generated by SOAP::WSDL
2017-09-18 perl v5.24.1