ObsStreamCommand constructor
ObsStreamCommand()
Implementation
ObsStreamCommand() {
addSubcommand(ObsGetStreamStatusCommand());
addSubcommand(ObsToggleStreamCommand());
addSubcommand(ObsStartStreamCommand());
addSubcommand(ObsStopStreamCommand());
addSubcommand(ObsSendStreamCaptionCommand());
}