Scroll to navigation

ONVIF::Device::Types::TrackAttributes(3pm) User Contributed Perl Documentation ONVIF::Device::Types::TrackAttributes(3pm)

NAME

ONVIF::Device::Types::TrackAttributes

DESCRIPTION

Perl data type class for the XML Schema defined complexType TrackAttributes from the namespace http://www.onvif.org/ver10/schema.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • TrackInformation
  • VideoAttributes
  • AudioAttributes
  • MetadataAttributes
  • Extension

METHODS

new

Constructor. The following data structure may be passed to new():

 { # ONVIF::Device::Types::TrackAttributes
   TrackInformation =>  { # ONVIF::Device::Types::TrackInformation
     TrackToken => $some_value, # TrackReference
     TrackType => $some_value, # TrackType
     Description => $some_value, # Description
     DataFrom =>  $some_value, # dateTime
     DataTo =>  $some_value, # dateTime
   },
   VideoAttributes =>  { # ONVIF::Device::Types::VideoAttributes
     Bitrate =>  $some_value, # int
     Width =>  $some_value, # int
     Height =>  $some_value, # int
     Encoding => $some_value, # VideoEncoding
     Framerate =>  $some_value, # float
   },
   AudioAttributes =>  { # ONVIF::Device::Types::AudioAttributes
     Bitrate =>  $some_value, # int
     Encoding => $some_value, # AudioEncoding
     Samplerate =>  $some_value, # int
   },
   MetadataAttributes =>  { # ONVIF::Device::Types::MetadataAttributes
     CanContainPTZ =>  $some_value, # boolean
     CanContainAnalytics =>  $some_value, # boolean
     CanContainNotifications =>  $some_value, # boolean
   },
   Extension =>  { # ONVIF::Device::Types::TrackAttributesExtension
   },
 },

AUTHOR

Generated by SOAP::WSDL

2023-02-24 perl v5.36.0