-
- All Implemented Interfaces:
public interface ProcessedVideoFrameListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonFrameProcessed()Called from LocalVideoFrameListener.onFrame when the in-place processing of captured frame is complete and a new local updated frame is available to send to the remote client. -
-
Method Detail
-
onFrameProcessed
abstract Unit onFrameProcessed()
Called from LocalVideoFrameListener.onFrame when the in-place processing of captured frame is complete and a new local updated frame is available to send to the remote client.
-
-
-
-