ObsSetStreamServiceSettingsCommand constructor

ObsSetStreamServiceSettingsCommand()

Implementation

ObsSetStreamServiceSettingsCommand() {
  argParser
    ..addOption('stream-service-type',
        mandatory: true,
        valueHelp: 'string',
        help:
            'Type of stream service to apply. Example: rtmp_common or rtmp_custom')
    ..addOption('stream-service-settings',
        mandatory: true,
        valueHelp: 'json',
        help: 'Settings to apply to the service');
}