OnvifStopMulticastStreaming2MediaCommand constructor

OnvifStopMulticastStreaming2MediaCommand()

Implementation

OnvifStopMulticastStreaming2MediaCommand() {
  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.',
  );
}