ObsSetInputMuteCommand constructor

ObsSetInputMuteCommand()

Implementation

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