OnvifGetVideoSourceConfigurationOptionsMediaCommand constructor
OnvifGetVideoSourceConfigurationOptionsMediaCommand()
Implementation
OnvifGetVideoSourceConfigurationOptionsMediaCommand() {
argParser
..addOption('configuration-token',
valueHelp: 'string', help: 'Token of the requested configuration.')
..addOption('profile-token',
valueHelp: 'string',
help:
'Contains the token of an existing media profile the configurations shall be compatible with.');
}