Package com.sinch.android.rtc.video
Interface ProcessedVideoFrameListener
-
public interface ProcessedVideoFrameListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFrameProcessed()
Called fromLocalVideoFrameListener
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
void onFrameProcessed()
Called fromLocalVideoFrameListener
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.
-
-