OnvifStartMulticastStreaming2MediaCommand constructor
OnvifStartMulticastStreaming2MediaCommand()
Implementation
OnvifStartMulticastStreaming2MediaCommand() {
argParser.addOption('profile-token',
abbr: 't',
valueHelp: 'token',
mandatory: true,
help:
'Contains the token of the Profile that is used to define the multicast stream.');
}