public interface CapturerObserver
VideoCapturer.initialize(org.webrtc.SurfaceTextureHelper, android.content.Context, org.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)