![]() |
![]()
| ![]() |
![]()
NAMEONVIF::Device::Types::PTZPresetTourOptions DESCRIPTIONPerl data type class for the XML Schema defined complexType PTZPresetTourOptions from the namespace http://www.onvif.org/ver10/schema. PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewConstructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::PTZPresetTourOptions AutoStart => $some_value, # boolean StartingCondition => { # ONVIF::Device::Types::PTZPresetTourStartingConditionOptions RecurringTime => { # ONVIF::Device::Types::IntRange Min => $some_value, # int Max => $some_value, # int }, RecurringDuration => { # ONVIF::Device::Types::DurationRange Min => $some_value, # duration Max => $some_value, # duration }, Direction => $some_value, # PTZPresetTourDirection Extension => { # ONVIF::Device::Types::PTZPresetTourStartingConditionOptionsExtension }, }, TourSpot => { # ONVIF::Device::Types::PTZPresetTourSpotOptions PresetDetail => { # ONVIF::Device::Types::PTZPresetTourPresetDetailOptions PresetToken => $some_value, # ReferenceToken Home => $some_value, # boolean PanTiltPositionSpace => { # ONVIF::Device::Types::Space2DDescription URI => $some_value, # anyURI XRange => { # ONVIF::Device::Types::FloatRange Min => $some_value, # float Max => $some_value, # float }, YRange => { # ONVIF::Device::Types::FloatRange Min => $some_value, # float Max => $some_value, # float }, }, ZoomPositionSpace => { # ONVIF::Device::Types::Space1DDescription URI => $some_value, # anyURI XRange => { # ONVIF::Device::Types::FloatRange Min => $some_value, # float Max => $some_value, # float }, }, Extension => { # ONVIF::Device::Types::PTZPresetTourPresetDetailOptionsExtension }, }, StayTime => { # ONVIF::Device::Types::DurationRange Min => $some_value, # duration Max => $some_value, # duration }, }, }, AUTHORGenerated by SOAP::WSDL
|