Package com.sinch.android.rtc.video
Interface ProcessedVideoFrameListener
-
- All Implemented Interfaces:
public interface ProcessedVideoFrameListenerListener to be notified about client-side frame processing events.
-
-
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.
-
-
-
-