Agora Java API Reference for Android
|
Public Member Functions | |
void | onFrame (const VideoFrame *frame) final |
bool | isExternal () final |
virtual void | onFrame (const webrtc::VideoFrame &frame)=0 |
|
finalvirtual |
Occurs each time the player receives a video frame.
After registering the video frame observer, the callback occurs each time the player receives a video frame to report the detailed information of the video frame.
frame | The detailed information of the video frame. See VideoFrame. |
Implements agora::media::base::IVideoFrameObserver.