|
Agora Java API Reference for Android
|
#include <AgoraMediaBase.h>
Public Member Functions | |
| virtual bool | onEncodedVideoFrameReceived (const char *channelId, rtc::uid_t uid, const uint8_t *imageBuffer, size_t length, const rtc::EncodedVideoFrameInfo &videoEncodedFrameInfo)=0 |
| Reports that the receiver has received the to-be-decoded video frame sent by the remote end. More... | |
The IVideoEncodedFrameObserver class.
|
pure virtual |
Reports that the receiver has received the to-be-decoded video frame sent by the remote end.
If you call the setRemoteVideoSubscriptionOptions method and set encodedFrameOnly to true, the SDK triggers this callback locally to report the received encoded video frame information.
| channelId | The channel name. |
| uid | The user ID of the remote user. |
| imageBuffer | The encoded video image buffer. |
| length | The data length of the video image. |
| videoEncodedFrameInfo | For the information of the encoded video frame, see EncodedVideoFrameInfo. |
1.8.18