Streamer.bot.Plugin.Interface.Enums
public enum StreamlabsDesktopOutputType
{
Both,
Horizontal,
Vertical
}
| Name | Description |
|---|---|
StreamlabsDesktopOutputType.Both | Output both horizontal and vertical orientations |
StreamlabsDesktopOutputType.Horizontal | Output only horizontal orientation |
StreamlabsDesktopOutputType.Vertical | Output only vertical orientation |