NERtc Windows SDK
V4.4.301
|
#include <nertc_engine_defines.h>
Public 属性 | |
NERtcVideoType | format |
uint64_t | timestamp |
uint32_t | width |
uint32_t | height |
NERtcVideoRotation | rotation |
void * | buffer |
Video frame of external input.
void* nertc::NERtcVideoFrame::buffer |
Video frame data.
NERtcVideoType nertc::NERtcVideoFrame::format |
The video frame format. For more information, see NERtcVideoType.
uint32_t nertc::NERtcVideoFrame::height |
Video frame height.
NERtcVideoRotation nertc::NERtcVideoFrame::rotation |
For more information about video rotation angle, see NERtcVideoRotation.
uint64_t nertc::NERtcVideoFrame::timestamp |
The video timestamp. Unit: milliseconds.
uint32_t nertc::NERtcVideoFrame::width |
Video frame width.