|
Agora Java API Reference for Android
|
Public Member Functions | |
| boolean | onEncodedVideoFrameReceived (String channelId, int remoteUid, ByteBuffer buffer, EncodedVideoFrameInfo info) |
| Reports that the receiver has received the to-be-decoded video frame sent by the remote end. More... | |
The IVideoEncodedFrameObserver interface.
| boolean io.agora.rtc2.video.IVideoEncodedFrameObserver.onEncodedVideoFrameReceived | ( | String | channelId, |
| int | remoteUid, | ||
| ByteBuffer | buffer, | ||
| EncodedVideoFrameInfo | info | ||
| ) |
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. |
| remoteUid | The user id of the remote user. |
| buffer | The encoded video image buffer. |
| info | For the information of the encoded video frame, see EncodedVideoFrameInfo. |
1.8.18