ObsGetInputMuteCommand constructor

ObsGetInputMuteCommand()

Implementation

ObsGetInputMuteCommand() {
  argParser.addOption(
    'inputName',
    help: 'The name of the input to get the mute status of.',
  );
}