StreamlabsDesktopOutputType

C# enum definition for StreamlabsDesktopOutputType

Namespace

Streamer.bot.Plugin.Interface.Enums

Definition

StreamlabsDesktopOutputType.cs
public enum StreamlabsDesktopOutputType
{
    Both,
    Horizontal,
    Vertical
}

Values

NameDescription
StreamlabsDesktopOutputType.BothOutput both horizontal and vertical orientations
StreamlabsDesktopOutputType.HorizontalOutput only horizontal orientation
StreamlabsDesktopOutputType.VerticalOutput only vertical orientation