Windows(C++)[v1.7.5.0]
Public 属性 | 所有成员列表
VideoFormat结构体 参考

视频帧格式 更多...

#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
 

详细描述

视频帧格式

类成员变量说明

◆ count

uint32_t VideoFormat::count

像素平面数。

◆ height

uint32_t VideoFormat::height

高度。

◆ mirror

bool VideoFormat::mirror

镜像标志。

◆ offset

uint32_t VideoFormat::offset[kMaxVideoPlaneCount]

像素平面相对于起始地址的偏移。

◆ rotation

VideoRotation VideoFormat::rotation

旋转角度。

◆ stride

uint32_t VideoFormat::stride[kMaxVideoPlaneCount]

像素平面的跨度。

◆ type

VideoType VideoFormat::type

像素格式类型。

◆ width

uint32_t VideoFormat::width

宽度。


该结构体的文档由以下文件生成: