Get Status
Get your OBS Studio output status

Get Status 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 |
Variables
| Name | Type | Description |
|---|---|---|
Example Value: trueIf the selected OBS connection is connected | ||
Example Value: trueIf the selected OBS connection is recording | ||
Example Value: trueIf the selected OBS connection is streaming |
C# Usage
public bool ObsIsConnected(int connection = 0)
public bool ObsIsRecording(int connection = 0)
public bool ObsIsStreaming(int connection = 0)