ObsSendStreamCaptionCommand constructor

ObsSendStreamCaptionCommand()

Implementation

ObsSendStreamCaptionCommand() {
  argParser.addOption(
    'caption-Text',
    mandatory: true,
    valueHelp: 'string',
    help: 'Caption text',
  );
}