Utility to assist with managing the layout of a combined video feed. More...
Instance Methods | |
| (instancetype) | - init |
Class Methods | |
| (bool) | + floatLocalPreviewWithLayout:videoLayout:localConnectionId: |
| Floats the local preview over the combined video feed. More... | |
| (bool) | + floatLocalPreviewWithLayout:videoLayout:localConnectionId:viewId: |
| Floats the local preview over the combined video feed. More... | |
| (bool) | + floatLocalPreviewWithLayout:videoLayout:localConnectionId:viewId:localViewSink: |
| Floats the local preview over the combined video feed. More... | |
| (bool) | + floatLocalPreviewWithLocalFrame:remoteFrame:videoLayout:localConnectionId: |
| Floats the local preview over the combined video feed. More... | |
| (FMLiveSwitchLayoutUtility *) | + layoutUtility |
Utility to assist with managing the layout of a combined video feed.
| + (bool) floatLocalPreviewWithLayout: | (FMLiveSwitchLayout *) | layout | |
| videoLayout: | (FMLiveSwitchVideoLayout *) | videoLayout | |
| localConnectionId: | (NSString *) | localConnectionId | |
Floats the local preview over the combined video feed.
| layout | The layout. |
| videoLayout | The video layout. |
| localConnectionId | The local connection identifier. |
| + (bool) floatLocalPreviewWithLayout: | (FMLiveSwitchLayout *) | layout | |
| videoLayout: | (FMLiveSwitchVideoLayout *) | videoLayout | |
| localConnectionId: | (NSString *) | localConnectionId | |
| viewId: | (NSString *) | viewId | |
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. |
| + (bool) floatLocalPreviewWithLayout: | (FMLiveSwitchLayout *) | layout | |
| videoLayout: | (FMLiveSwitchVideoLayout *) | videoLayout | |
| localConnectionId: | (NSString *) | localConnectionId | |
| viewId: | (NSString *) | viewId | |
| localViewSink: | (NSObject< FMLiveSwitchIViewSink > *) | localViewSink | |
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. |
| + (bool) floatLocalPreviewWithLocalFrame: | (FMLiveSwitchLayoutFrame *) | localFrame | |
| remoteFrame: | (FMLiveSwitchLayoutFrame *) | remoteFrame | |
| videoLayout: | (FMLiveSwitchVideoLayout *) | videoLayout | |
| localConnectionId: | (NSString *) | localConnectionId | |
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. |
| - (instancetype) init |
| + (FMLiveSwitchLayoutUtility*) layoutUtility |