public interface CapturerObserver
VideoCapturer.initialize(tvi.webrtc.SurfaceTextureHelper, android.content.Context, tvi.webrtc.CapturerObserver)
. Provided by
VideoSource.getCapturerObserver()
.
All callbacks must be executed on a single thread.Modifier and Type | Method and Description |
---|---|
void |
onCapturerStarted(boolean success)
Notify if the capturer have been started successfully or not.
|
void |
onCapturerStopped()
Notify that the capturer has been stopped.
|
void |
onFrameCaptured(VideoFrame frame)
Delivers a captured frame.
|
void onCapturerStarted(boolean success)
void onCapturerStopped()
void onFrameCaptured(VideoFrame frame)
6.0.0