Streaming
Change your streaming status

Streaming 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
C# Usage
public void SlobsStartStreaming(int connection = 0)
CPH.SlobsStartStreaming();
CPH.SlobsStartStreaming(connection);
public void SlobsStopStreaming(int connection = 0)
CPH.SlobsStopStreaming();
CPH.SlobsStopStreaming(connection);