Recording
Change your current recording status

Recording Dialog
Parameters
SlobsConnection
State
Number
Optionally select a specific button state to modify
- By default, all sub-actions will modify the first button state,
0
- For example, to modify the 2nd state of an Action Switch, set
State
to1
Variables
Name | Type | Description |
---|---|---|
No data |
C# Usage
public void SlobsStopRecording(int connection = 0)
CPH.SlobsStopRecording();
CPH.SlobsStopRecording(connection);
public void SlobsStartRecording(int connection = 0)
CPH.SlobsStartRecording();
CPH.SlobsStartRecording(connection);
public void SlobsPauseRecording(int connection = 0)
CPH.SlobsPauseRecording();
CPH.SlobsPauseRecording(connection);
public void SlobsResumeRecording(int connection = 0)
CPH.SlobsResumeRecording();
CPH.SlobsResumeRecording(connection);