#include <NGIAgoraLocalUser.h>
◆ ~IVideoFrameObserver2()
virtual agora::rtc::IVideoFrameObserver2::~IVideoFrameObserver2 |
( |
| ) |
|
|
inlinevirtual |
◆ onFrame()
virtual void agora::rtc::IVideoFrameObserver2::onFrame |
( |
const char * |
channelId, |
|
|
user_id_t |
remoteUid, |
|
|
const media::base::VideoFrame * |
frame |
|
) |
| |
|
pure virtual |
Occurs each time the player receives a video frame.
After registering the video frame observer, the callback occurs each time receives a video frame to report the detailed information of the video frame.
- Parameters
-
channelId | The channel name |
remoteUid | ID of the remote user. |
frame | The detailed information of the video frame. |
The documentation for this class was generated from the following file: