Utility to assist with managing the layout of a combined video feed. More...
Public Member Functions | |
LayoutUtility () | |
Static Public Member Functions | |
static boolean | floatLocalPreview (fm.liveswitch.Layout layout, fm.liveswitch.VideoLayout videoLayout, String localConnectionId) |
Floats the local preview over the combined video feed. More... | |
static boolean | floatLocalPreview (fm.liveswitch.Layout layout, fm.liveswitch.VideoLayout videoLayout, String localConnectionId, String viewId) |
Floats the local preview over the combined video feed. More... | |
static< T > boolean | floatLocalPreview (fm.liveswitch.Layout layout, fm.liveswitch.VideoLayout videoLayout, String localConnectionId, String viewId, fm.liveswitch.IViewSink< T > localViewSink) |
Floats the local preview over the combined video feed. More... | |
static boolean | floatLocalPreview (fm.liveswitch.LayoutFrame localFrame, fm.liveswitch.LayoutFrame remoteFrame, fm.liveswitch.VideoLayout videoLayout, String localConnectionId) |
Floats the local preview over the combined video feed. More... | |
Utility to assist with managing the layout of a combined video feed.
fm.liveswitch.LayoutUtility.LayoutUtility | ( | ) |
|
static |
Floats the local preview over the combined video feed.
layout | The layout. |
videoLayout | The video layout. |
localConnectionId | The local connection identifier. |
|
static |
Floats the local preview over the combined video feed.
layout | The layout. |
videoLayout | The video layout. |
localConnectionId | The local connection identifier. |
viewId | The view id to compare with. |
|
static |
Floats the local preview over the combined video feed.
layout | The layout. |
videoLayout | The video layout. |
localConnectionId | The local connection identifier. |
viewId | The view id to compare with. |
localViewSink | The local view sink. |
|
static |
Floats the local preview over the combined video feed.
localFrame | The local frame. |
remoteFrame | The remote frame. |
videoLayout | The video layout. |
localConnectionId | The local connection identifier. |