|
|
| |
ONVIF::PTZ::Types::MetadataConfiguration(3) |
User Contributed Perl Documentation |
ONVIF::PTZ::Types::MetadataConfiguration(3) |
ONVIF::PTZ::Types::MetadataConfiguration
Perl data type class for the XML Schema defined complexType
MetadataConfiguration from the namespace http://www.onvif.org/ver10/schema.
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- PTZStatus
- Analytics
- Multicast
- SessionTimeout
- AnalyticsEngineConfiguration
- Extension
Constructor. The following data structure may be passed to new():
{ # ONVIF::PTZ::Types::MetadataConfiguration
PTZStatus => { # ONVIF::PTZ::Types::PTZFilter
Status => $some_value, # boolean
Position => $some_value, # boolean
},
Analytics => $some_value, # boolean
Multicast => { # ONVIF::PTZ::Types::MulticastConfiguration
Address => { # ONVIF::PTZ::Types::IPAddress
Type => $some_value, # IPType
IPv4Address => $some_value, # IPv4Address
IPv6Address => $some_value, # IPv6Address
},
Port => $some_value, # int
TTL => $some_value, # int
AutoStart => $some_value, # boolean
},
SessionTimeout => $some_value, # duration
AnalyticsEngineConfiguration => { # ONVIF::PTZ::Types::AnalyticsEngineConfiguration
AnalyticsModule => { # ONVIF::PTZ::Types::Config
Parameters => { # ONVIF::PTZ::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::PTZ::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::PTZ::Types::AnalyticsEngineConfigurationExtension
},
},
Extension => { # ONVIF::PTZ::Types::MetadataConfigurationExtension
},
},
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |