Emx::MediaInfDraw::ParamItem结构体 参考

持久化参数

#include "MediaInfDraw.hpp"

Emx::MediaInfDraw::ParamItem 的协作图:

Public 属性

TypeE type
 DRAW类型 更多...
 
bool ena
 是否使能 更多...
 
int layer
 显示层级 更多...
 
int thickness
 线宽 更多...
 
uint32_t color
 颜色 rgba ff0000ff(默认红色) 更多...
 
union {
   ParamLine   line
 画线类型,支持各种形状 更多...
 
   ParamRect   rect
 矩形框类型,仅支持矩形 更多...
 
   ParamEllipse   ellipse
 椭圆形框类型 更多...
 
}; 
 

类成员变量说明

◆ type

TypeE Emx::MediaInfDraw::ParamItem::type

◆ ena

bool Emx::MediaInfDraw::ParamItem::ena

◆ layer

int Emx::MediaInfDraw::ParamItem::layer

◆ thickness

int Emx::MediaInfDraw::ParamItem::thickness

◆ color

uint32_t Emx::MediaInfDraw::ParamItem::color

◆ line

ParamLine Emx::MediaInfDraw::ParamItem::line

◆ rect

ParamRect Emx::MediaInfDraw::ParamItem::rect

◆ ellipse

ParamEllipse Emx::MediaInfDraw::ParamItem::ellipse

◆ 

union { ... }