|
NAMEONVIF::Media::Types::FocusMove DESCRIPTIONPerl data type class for the XML Schema defined complexType FocusMove 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::Media::Types::FocusMove
Absolute => { # ONVIF::Media::Types::AbsoluteFocus
Position => $some_value, # float
Speed => $some_value, # float
},
Relative => { # ONVIF::Media::Types::RelativeFocus
Distance => $some_value, # float
Speed => $some_value, # float
},
Continuous => { # ONVIF::Media::Types::ContinuousFocus
Speed => $some_value, # float
},
},
AUTHORGenerated by SOAP::WSDL
|