ObsSetInputMuteCommand constructor

ObsSetInputMuteCommand()

Implementation

ObsSetInputMuteCommand() {
  argParser.addOption('inputName',
      help: 'The name of the input to set the mute status of.');
  argParser.addFlag('mute', help: 'Whether to mute the input.');
}