public static interface VideoCapturer.Listener
VideoCapturer
to forward events to the
video capturer pipeline.Modifier and Type | Method and Description |
---|---|
void |
onCapturerStarted(boolean success)
Notify whether capturer started.
|
void |
onFrameCaptured(VideoFrame videoFrame)
Provides available video frame.
|
void onCapturerStarted(boolean success)
success
- true if capturer successfully started or false if there was a failure.void onFrameCaptured(VideoFrame videoFrame)