my $element = ONVIF::Media::Elements::GetVideoSourceModesResponse->new($data);
Constructor. The following data structure may be passed to
new():
{
VideoSourceModes => { # ONVIF::Media::Types::VideoSourceMode
MaxFramerate => $some_value, # float
MaxResolution => { # ONVIF::Media::Types::VideoResolution
Width => $some_value, # int
Height => $some_value, # int
},
Encodings => $some_value, # EncodingTypes
Reboot => $some_value, # boolean
Description => $some_value, # Description
Extension => { # ONVIF::Media::Types::VideoSourceModeExtension
},
},
},