OBS: Set Text
ObsInputs
| in | Exec | exec | multiplexed |
| sourceName | Data | System.String | None |
| text | Data | System.String | None |
Outputs
| out | Exec | exec | None |
Lowers to C#
await ctx.Obs.SetTextAsync(sourceName, text);Used in
- Sync a now-playing label from Spotify (Example)
