![]() |
持久化参数
#include "MediaInfDraw.hpp"

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