Emx::MediaInfAiPic结构体 参考

#include "MediaInfAiData.hpp"

Public 类型

enum class  TypeE : uint8_t { Jpg = 0 , Bmp , Png , Raw }
 

Public 属性

enum Emx::MediaInfAiPic::TypeE type
 
int32_t width
 
int32_t height
 
int32_t size
 
uint8_t * img
 

成员枚举类型说明

◆ TypeE

enum Emx::MediaInfAiPic::TypeE : uint8_t
strong
枚举值
Jpg 
Bmp 
Png 
Raw 

类成员变量说明

◆ type

enum Emx::MediaInfAiPic::TypeE Emx::MediaInfAiPic::type

◆ width

int32_t Emx::MediaInfAiPic::width

◆ height

int32_t Emx::MediaInfAiPic::height

◆ size

◆ img