|
Agora RTC Objective-C API Reference
Refactor
|
Public Member Functions | |
| virtual bool | onEncodedVideoFrameReceived (rtc::uid_t uid, const uint8_t *imageBuffer, size_t length, const rtc::EncodedVideoFrameInfo &videoEncodedFrameInfo)=0 |
The IVideoEncodedFrameObserver class.
|
inlinevirtual |
|
pure virtual |
Occurs each time the SDK receives an encoded video image.
| uid | The user id of remote user. |
| imageBuffer | The pointer to the video image buffer. |
| length | The data length of the video image. |
| videoEncodedFrameInfo | The information of the encoded video frame: EncodedVideoFrameInfo. |