fm.liveswitch.LayoutMode Enum Reference

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...
 

Detailed Description

Specifies the layout mode that should be used.

Constructor & Destructor Documentation

◆ LayoutMode()

fm.liveswitch.LayoutMode.LayoutMode ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.LayoutMode.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.LayoutMode.getAssignedValue ( )

◆ getByAssignedValue()

static LayoutMode fm.liveswitch.LayoutMode.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Block

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.

◆ FloatLocal

fm.liveswitch.LayoutMode.FloatLocal =(1)

Indicates that the local video feed should be displayed as a floating element above the remote video feeds.

◆ FloatRemote

fm.liveswitch.LayoutMode.FloatRemote =(2)

Indicates that the remote video feeds should be displayed as floating elements above the local video feed.

◆ Inline

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.

◆ InlineOverflow

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.