Agora Java API Reference for Android
|
Public Member Functions | |
void | onFrame (String streamId, AgoraRteVideoFrame videoFrame) |
void io.agora.rte.media.data.AgoraRteVideoFrameObserver.onFrame | ( | String | streamId, |
AgoraRteVideoFrame | videoFrame | ||
) |
Occurs when a video frame was captured from local or received from remote.
streamId | ID of the stream which the video comes from. If the track is not published to stream yet, stream_id will be empty. |
videoFrame | The reference to the video frame |