Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LayoutMode

Specifies the layout mode that should be used.

Index

Enumeration members

Enumeration members

Block

Block: = 3
Indicates that the video feed should be displayed as a block element on its own row, separate from other video feeds.
field

Block

type

{fm.icelink.LayoutMode}

FloatLocal

FloatLocal: = 1
Indicates that the local video feed should be displayed as a floating element above the remote video feeds.
field

FloatLocal

type

{fm.icelink.LayoutMode}

FloatRemote

FloatRemote: = 2
Indicates that the remote video feeds should be displayed as floating elements above the local video feed.
field

FloatRemote

type

{fm.icelink.LayoutMode}

Inline

Inline: = 4
Indicates that the video feed should be displayed as an inline element that shares a row with other video feeds.
field

Inline

type

{fm.icelink.LayoutMode}