Agora Java API Reference for Android
|
Public Member Functions | |
virtual void | onFrame (const VideoFrame *frame)=0 |
virtual bool | isExternal () |
virtual VIDEO_PIXEL_FORMAT | getVideoFormatPreference () |
|
pure virtual |
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. |