|
On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
|
Public Attributes | |
| long | frame_ms |
| ByteBuffer | ybuf |
| ByteBuffer | ubuf |
| ByteBuffer | vbuf |
| int | width |
| int | height |
| int | ystride |
| int | ustride |
| int | vstride |
| byte[] | buf |
| long | bufSize |
The parameters of raw video data in YUV format.
| long io.agora.recording.common.Common.VideoYuvFrame.frame_ms |
Timestamp of the frame.
| ByteBuffer io.agora.recording.common.Common.VideoYuvFrame.ybuf |
Y buffer pointer.
| ByteBuffer io.agora.recording.common.Common.VideoYuvFrame.ubuf |
U buffer pointer.
| ByteBuffer io.agora.recording.common.Common.VideoYuvFrame.vbuf |
V buffer pointer.
| int io.agora.recording.common.Common.VideoYuvFrame.width |
Width of the video in the number of pixels.
| int io.agora.recording.common.Common.VideoYuvFrame.height |
Height of the video in the number of pixels.
| int io.agora.recording.common.Common.VideoYuvFrame.ystride |
Line span of the Y buffer.
| int io.agora.recording.common.Common.VideoYuvFrame.ustride |
Line span of the U buffer.
| int io.agora.recording.common.Common.VideoYuvFrame.vstride |
Line span of the V buffer.
| byte [] io.agora.recording.common.Common.VideoYuvFrame.buf |
Video frame buffer.
| long io.agora.recording.common.Common.VideoYuvFrame.bufSize |
Size of the video frame buffer.