FMIceLinkLayoutMode Constants Reference

Declared in FMIceLinkLayoutMode.h

FMIceLinkLayoutMode

Specifies the layout mode that should be used.

Definition

typedef NS_ENUM(NSInteger, FMIceLinkLayoutMode ) {
   FMIceLinkLayoutModeFloatLocal = 1,
   FMIceLinkLayoutModeFloatRemote = 2,
   FMIceLinkLayoutModeBlock = 3,
   FMIceLinkLayoutModeInline = 4,
};

Constants

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

Declared In FMIceLinkLayoutMode.h.

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

Declared In FMIceLinkLayoutMode.h.

FMIceLinkLayoutModeBlock
Indicates that the video feed should be displayed as a block element on its own row, separate from other video feeds.

Declared In FMIceLinkLayoutMode.h.

FMIceLinkLayoutModeInline
Indicates that the video feed should be displayed as an inline element that shares a row with other video feeds.

Declared In FMIceLinkLayoutMode.h.

Declared In

FMIceLinkLayoutMode.h