GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ONVIF::Media::Types::VideoSourceMode(3) User Contributed Perl Documentation ONVIF::Media::Types::VideoSourceMode(3)

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:
  • MaxFramerate
  • MaxResolution
  • Encodings
  • Reboot
  • Description
  • Extension

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:

  • token

     Indicate token for video source mode.
        

    This attribute is of type ONVIF::Media::Types::ReferenceToken.

  • Enabled

     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
2021-12-10 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.