StreamlabsDesktopOutputType

C# enum definition for StreamlabsDesktopOutputType

Streamer.bot.Plugin.Interface.Enums

StreamlabsDesktopOutputType.cs
public enum StreamlabsDesktopOutputType
{
    Both,
    Horizontal,
    Vertical
}
NameDescription
StreamlabsDesktopOutputType.BothOutput both horizontal and vertical orientations
StreamlabsDesktopOutputType.HorizontalOutput only horizontal orientation
StreamlabsDesktopOutputType.VerticalOutput only vertical orientation