Windows(C++)[v1.7.5.0]
|
视频帧格式 更多...
#include <PanoRtcDevice.h>
Public 属性 | |
VideoType | type |
uint32_t | width |
uint32_t | height |
uint32_t | count |
uint32_t | offset [kMaxVideoPlaneCount] |
uint32_t | stride [kMaxVideoPlaneCount] |
VideoRotation | rotation |
bool | mirror |
视频帧格式
uint32_t VideoFormat::count |
像素平面数。
uint32_t VideoFormat::height |
高度。
bool VideoFormat::mirror |
镜像标志。
uint32_t VideoFormat::offset[kMaxVideoPlaneCount] |
像素平面相对于起始地址的偏移。
VideoRotation VideoFormat::rotation |
旋转角度。
uint32_t VideoFormat::stride[kMaxVideoPlaneCount] |
像素平面的跨度。
VideoType VideoFormat::type |
像素格式类型。
uint32_t VideoFormat::width |
宽度。