FlutterDelegate
All Implemented Interfaces:
public final class FlutterDelegate
Object used by ScreenMeet SDK plugin for Flutter to transfer frames https://pub.dev/packages/screenmeet_sdk_flutter
Nested Class Summary
| Modifier and Type | Class | Description |
|---|---|---|
| Nested Classes |
Field Summary
| Modifier and Type | Field | Description |
|---|---|---|
private Bitmap |
flutterFrame |
Constructor Summary
| Constructor | Description |
|---|---|
FlutterDelegate(Bitmap flutterFrame) |
Enum Constant Summary
| Enum Constant | Description |
|---|---|
| Enum Constants |
Method Summary
All Methods
| Modifier and Type | Method | Description |
|---|---|---|
final Bitmap |
getFlutterFrame() |
|
final Unit |
setFlutterFrame(Bitmap flutterFrame) |
|
final Unit |
setFrame(Bitmap frame) |
|
final Bitmap |
getFrame() |
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
FlutterDelegate
FlutterDelegate(Bitmap flutterFrame)
Parameters:flutterFrame -
- bitmap to be converted in org.webrtc.VideoFrame
Method Detail
getFlutterFrame
final Bitmap getFlutterFrame()
setFlutterFrame
final Unit setFlutterFrame(Bitmap flutterFrame)
Parameters:flutterFrame -
- bitmap to be converted in org.webrtc.VideoFrame
setFrame
@Synchronized() final Unit setFrame(Bitmap frame)
getFrame
@Synchronized() final Bitmap getFrame()