OnvifGetProfileMediaCommand constructor

OnvifGetProfileMediaCommand()

Implementation

OnvifGetProfileMediaCommand() {
  argParser.addOption(
    'profile-token',
    abbr: 't',
    valueHelp: 'string',
    mandatory: true,
    help: 'Token of the requested media profile.',
  );
}