|
On-premise Recording SDK v3.0.6 API Reference for Linux (C++)
|
Public Member Functions |
|
| VideoH265Frame () | |
| ~VideoH265Frame () | |
Public Attributes |
|
| u64_t | frame_ms_ |
| uint_t | frame_num_ |
| const uchar_t * | buf_ |
| uint_t | bufSize_ |
The parameters of the video frame in H.265 format.
|
inline |
|
inline |
| u64_t agora::linuxsdk::VideoH265Frame::frame_ms_ |
Timestamp (ms) of the frame.
| uint_t agora::linuxsdk::VideoH265Frame::frame_num_ |
Index of the frame.
| const uchar_t* agora::linuxsdk::VideoH265Frame::buf_ |
Video frame buffer.
| uint_t agora::linuxsdk::VideoH265Frame::bufSize_ |
Size of the video frame buffer.