ObsMediaInputsCommand constructor
ObsMediaInputsCommand()
Implementation
ObsMediaInputsCommand() {
addSubcommand(ObsGetMediaInputStatusCommand());
addSubcommand(ObsSetMediaInputCursorCommand());
addSubcommand(ObsOffsetMediaInputCursorCommand());
addSubcommand(ObsTriggerMediaInputActionCommand());
}