|
|
| |
ONVIF::Media::Types::RelativeFocusOptions(3) |
User Contributed Perl Documentation |
ONVIF::Media::Types::RelativeFocusOptions(3) |
ONVIF::Media::Types::RelativeFocusOptions
Perl data type class for the XML Schema defined complexType RelativeFocusOptions
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::Media::Types::RelativeFocusOptions
Distance => { # ONVIF::Media::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
Speed => { # ONVIF::Media::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
},
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |