Scroll to navigation

ONVIF::Media::Types::PTZPresetTourSpotOptions(3pm) User Contributed Perl Documentation ONVIF::Media::Types::PTZPresetTourSpotOptions(3pm)

NAME

ONVIF::Media::Types::PTZPresetTourSpotOptions

DESCRIPTION

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

PROPERTIES

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

  • PresetDetail
  • StayTime

METHODS

new

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

 { # ONVIF::Media::Types::PTZPresetTourSpotOptions
   PresetDetail =>  { # ONVIF::Media::Types::PTZPresetTourPresetDetailOptions
     PresetToken => $some_value, # ReferenceToken
     Home =>  $some_value, # boolean
     PanTiltPositionSpace =>  { # ONVIF::Media::Types::Space2DDescription
       URI =>  $some_value, # anyURI
       XRange =>  { # ONVIF::Media::Types::FloatRange
         Min =>  $some_value, # float
         Max =>  $some_value, # float
       },
       YRange =>  { # ONVIF::Media::Types::FloatRange
         Min =>  $some_value, # float
         Max =>  $some_value, # float
       },
     },
     ZoomPositionSpace =>  { # ONVIF::Media::Types::Space1DDescription
       URI =>  $some_value, # anyURI
       XRange =>  { # ONVIF::Media::Types::FloatRange
         Min =>  $some_value, # float
         Max =>  $some_value, # float
       },
     },
     Extension =>  { # ONVIF::Media::Types::PTZPresetTourPresetDetailOptionsExtension
     },
   },
   StayTime =>  { # ONVIF::Media::Types::DurationRange
     Min =>  $some_value, # duration
     Max =>  $some_value, # duration
   },
 },

AUTHOR

Generated by SOAP::WSDL

2023-07-27 perl v5.36.0