Specifies the layout mode that should be used. More...
Public Member Functions | |
| LayoutMode (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static LayoutMode | getByAssignedValue (int value) |
Public Attributes | |
| FloatLocal =(1) | |
| Indicates that the local video feed should be displayed as a floating element above the remote video feeds. More... | |
| FloatRemote =(2) | |
| Indicates that the remote video feeds should be displayed as floating elements above the local video feed. More... | |
| Block =(3) | |
| Indicates that the video feed should be displayed as a block element on its own row/column, separate from other video feeds. More... | |
| Inline =(4) | |
| Indicates that the video feed should be displayed as an inline element that shares a row/column with other video feeds. More... | |
| InlineOverflow =(5) | |
| 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. More... | |
Specifies the layout mode that should be used.
| fm.liveswitch.LayoutMode.LayoutMode | ( | int | value | ) |
|
static |
| int fm.liveswitch.LayoutMode.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.LayoutMode.Block =(3) |
Indicates that the video feed should be displayed as a block element on its own row/column, separate from other video feeds.
| fm.liveswitch.LayoutMode.FloatLocal =(1) |
Indicates that the local video feed should be displayed as a floating element above the remote video feeds.
| fm.liveswitch.LayoutMode.FloatRemote =(2) |
Indicates that the remote video feeds should be displayed as floating elements above the local video feed.
| fm.liveswitch.LayoutMode.Inline =(4) |
Indicates that the video feed should be displayed as an inline element that shares a row/column with other video feeds.
| fm.liveswitch.LayoutMode.InlineOverflow =(5) |
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.