Agora Recording CPP API Reference
|
#include <IAgoraLinuxSdkCommon.h>
Data Fields | |
u64_t | frame_ms_ |
uint_t | frame_num_ |
const uchar_t * | buf_ |
uint_t | bufSize_ |
The parameters of the video frame in H.264 format.
const uchar_t* agora::linuxsdk::VideoH264Frame::buf_ |
Video frame buffer.
uint_t agora::linuxsdk::VideoH264Frame::bufSize_ |
Size of the video frame buffer.
u64_t agora::linuxsdk::VideoH264Frame::frame_ms_ |
Timestamp of the frame.
uint_t agora::linuxsdk::VideoH264Frame::frame_num_ |
Index of the frame.