ObsStreamingCommand constructor Null safety

ObsStreamingCommand()

Implementation

ObsStreamingCommand() {
  addSubcommand(ObsGetStreamingStatusStreamingCommand());
  addSubcommand(ObsStartStopStreamingStreamingCommand());
  addSubcommand(ObsStartStreamingStreamingCommand());
  addSubcommand(ObsStopStreamingStreamingCommand());
  addSubcommand(ObsSetStreamSettingsStreamingCommand());
  addSubcommand(ObsGetStreamSettingsStreamingCommand());
  addSubcommand(ObsSaveStreamSettingsStreamingCommand());
}