ObsGeneralCommand constructor
ObsGeneralCommand()
Implementation
ObsGeneralCommand() {
addSubcommand(ObsGetVersionCommand());
addSubcommand(ObsGetStatsCommand());
addSubcommand(ObsBroadcastCustomEventCommand());
addSubcommand(ObsCallVendorRequestCommand());
addSubcommand(ObsBrowserEventCommand());
addSubcommand(ObsGetHotkeyListCommand());
addSubcommand(ObsTriggerHotkeyByNameCommand());
addSubcommand(ObsTriggerHotkeyByKeySequenceCommand());
addSubcommand(ObSleepCommand());
}