Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.05 KB

File metadata and controls

24 lines (22 loc) · 1.05 KB

Current commands list

Arguments specified in < > brackets are optional.

  • SetCurrentScene "[Scene Name]"
    • Set current scene in OBS Studio.
  • ToggleInputMute "[Input Name]" <[0 - unmuted, 1 - muted]>
    • Set or toggle input muted state.
  • ToggleSourceFilter "[Source Name]" "[Filter Name]" <[0 - disabled, 1 - enabled]>
    • Set or toggle source's filter.
  • ToggleSceneItem "[Scene Name]" "[Source Name]" <[0 - disabled, 1 - enabled]>
    • Set or toggle source visibility on specific scene.
  • ToggleRecord <0 - off, 1 - on>
    • Set or toggle recording state.
  • ToggleStudioMode <0 - off, 1 - on>
    • Set or toggle studio mode.
  • TriggerStudioModeTransition
    • Trigger scene transition in studio mode.
  • Sleep [Duration in ms]
    • Wait the specified number of milliseconds before executing the next command.