|
NAMEONVIF::Device::Types::MediaCapabilities DESCRIPTIONPerl data type class for the XML Schema defined complexType MediaCapabilities 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::MediaCapabilities
XAddr => $some_value, # anyURI
StreamingCapabilities => { # ONVIF::Device::Types::RealTimeStreamingCapabilities
RTPMulticast => $some_value, # boolean
RTP_TCP => $some_value, # boolean
RTP_RTSP_TCP => $some_value, # boolean
Extension => { # ONVIF::Device::Types::RealTimeStreamingCapabilitiesExtension
},
},
Extension => { # ONVIF::Device::Types::MediaCapabilitiesExtension
ProfileCapabilities => { # ONVIF::Device::Types::ProfileCapabilities
MaximumNumberOfProfiles => $some_value, # int
},
},
},
AUTHORGenerated by SOAP::WSDL
|