ONVIF::Media::Types::VideoSourceMode(3pm) | User Contributed Perl Documentation | ONVIF::Media::Types::VideoSourceMode(3pm) |
ONVIF::Media::Types::VideoSourceMode
Perl data type class for the XML Schema defined complexType VideoSourceMode from the namespace http://www.onvif.org/ver10/media/wsdl.
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::VideoSourceMode MaxFramerate => $some_value, # float MaxResolution => { # ONVIF::Media::Types::VideoResolution Width => $some_value, # int Height => $some_value, # int }, Encodings => $some_value, # EncodingTypes Reboot => $some_value, # boolean Description => $some_value, # Description Extension => { # ONVIF::Media::Types::VideoSourceModeExtension }, },
NOTE: Attribute documentation is experimental, and may be inaccurate. See the correspondent WSDL/XML Schema if in question.
This class has additional attributes, accessibly via the "attr()" method.
attr() returns an object of the class ONVIF::Media::Types::VideoSourceMode::_VideoSourceMode::XmlAttr.
The following attributes can be accessed on this object via the corresponding get_/set_ methods:
Indicate token for video source mode.
This attribute is of type ONVIF::Media::Types::ReferenceToken.
Indication of whether this mode is active. If active this value is true. In case of non-indication, it means as false. The value of true shall be had by only one video source mode.
This attribute is of type SOAP::WSDL::XSD::Typelib::Builtin::boolean.
Generated by SOAP::WSDL
2023-02-24 | perl v5.36.0 |