my $element = ONVIF::Analytics::Elements::VideoSourceConfiguration->new($data);
Constructor. The following data structure may be passed to
new():
{ # ONVIF::Analytics::Types::VideoSourceConfiguration
SourceToken => $some_value, # ReferenceToken
Bounds => ,
Extension => { # ONVIF::Analytics::Types::VideoSourceConfigurationExtension
Rotate => { # ONVIF::Analytics::Types::Rotate
Mode => $some_value, # RotateMode
Degree => $some_value, # int
Extension => { # ONVIF::Analytics::Types::RotateExtension
},
},
Extension => { # ONVIF::Analytics::Types::VideoSourceConfigurationExtension2
},
},
},