Provided by: zoneminder_1.36.24+dfsg1-1_amd64 bug

NAME

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

AUTHOR

       Generated by SOAP::WSDL

perl v5.34.0                                2022-08-ONVIF::Analytics::Types::TrackAttributes(3pm)