OnvifSetCurrentPresetImagingCommand constructor
OnvifSetCurrentPresetImagingCommand()
Implementation
OnvifSetCurrentPresetImagingCommand() {
argParser
..addOption(
'video-source-token',
abbr: 't',
valueHelp: 'string',
mandatory: true,
help:
'A reference to the MediaProfile where the operation should take place.',
)
..addOption(
'preset-token',
valueHelp: 'string',
mandatory: true,
help:
'Reference token to the Imaging Preset to be applied to the specified Video Source.',
);
}