ObsGetMediaInputStatusCommand constructor

ObsGetMediaInputStatusCommand()

Implementation

ObsGetMediaInputStatusCommand() {
  argParser
    ..addOption(
      'input-name',
      valueHelp: 'string',
      help: 'Name of the media input',
    )
    ..addOption(
      'input-uuid',
      valueHelp: 'string',
      help: 'UUID of the media input',
    );
}