StreamlabsDesktopOutputType
C# enum definition for StreamlabsDesktopOutputType
Namespace
Streamer.bot.Plugin.Interface.Enums
Definition
StreamlabsDesktopOutputType.cs
public enum StreamlabsDesktopOutputType
{
Both,
Horizontal,
Vertical
}
Values
Name | Description |
---|---|
StreamlabsDesktopOutputType.Both | Output both horizontal and vertical orientations |
StreamlabsDesktopOutputType.Horizontal | Output only horizontal orientation |
StreamlabsDesktopOutputType.Vertical | Output only vertical orientation |