OBS: Is Streaming
ObsInputs
| in | Exec | exec | multiplexed |
Outputs
| out | Exec | exec | None |
| isStreaming | Data | System.Boolean | multiplexed |
Lowers to C#
var isStreaming = await ctx.Obs.IsStreamingAsync();
Corvus Connection| in | Exec | exec | multiplexed |
| out | Exec | exec | None |
| isStreaming | Data | System.Boolean | multiplexed |
var isStreaming = await ctx.Obs.IsStreamingAsync();