Recording
Change your OBS recording status

Recording Dialog
Parameters
Connection
Select
Default:
Default
Select the configured OBS Studio Connection to connect to
| Value | Description |
|---|---|
Default | Only the default configured OBS Studio connection |
Any | All configured OBS Studio connections |
State
Select required
Choose the recording state
| Value | Description |
|---|---|
Start | Start your recording |
Stop | Stop your recording |
Pause | Pause your recording |
Resume | Resume your recording |
Variables
| Name | Type | Description |
|---|---|---|
| No data | ||
C# Usage
public void ObsPauseRecording(int connection = 0)
public void ObsResumeRecording(int connection = 0)
public void ObsStartRecording(int connection = 0)
public void ObsStopRecording(int connection = 0)