CapturerObserver

Interface for observering a capturer. Passed to initialize. Provided by getCapturerObserver. All callbacks must be executed on a single thread.

Inheritors

Functions

Link copied to clipboard
abstract fun onCapturerStarted(success: Boolean)
Notify if the capturer have been started successfully or not.
Link copied to clipboard
abstract fun onCapturerStopped()
Notify that the capturer has been stopped.
Link copied to clipboard
abstract fun onFrameCaptured(frame: VideoFrame)
Delivers a captured frame.