Enum LayoutMode
Specifies the layout mode that should be used.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum LayoutMode : int
Fields
| Name | Description |
|---|---|
| Block | Indicates that the video feed should be displayed as a block element on its own row/column, separate from other video feeds. |
| FloatLocal | Indicates that the local video feed should be displayed as a floating element above the remote video feeds. |
| FloatRemote | Indicates that the remote video feeds should be displayed as floating elements above the local video feed. |
| Inline | Indicates that the video feed should be displayed as an inline element that shares a row/column with other video feeds. |
| InlineOverflow | Indicates that the video feed should be displayed as an inline element that shares a row/column with other video feeds, allowing container overflow as needed. |