-
Notifications
You must be signed in to change notification settings - Fork 2
RTCCapturerObserver
Lejla Solak edited this page May 27, 2024
·
1 revision
void onCapturerStarted(boolean success)
void onCapturerStopped()
void onFrameCaptured(VideoFrame frame)
Notify if the capturer has been started successfully or not.
-
success
:boolean
- Flag indicating whether the operation has been successful.
N/A
Notify that the capturer has been stopped.
N/A
Delivers a captured frame.
-
frame
:VideoFrame
- The video frame to send downstream.
N/A