Emx::MediaInfAiData::Header结构体 参考

AI数据头

#include "MediaInfAiData.hpp"

Emx::MediaInfAiData::Header 的协作图:

Public 属性

int32_t chn
 通道号 更多...
 
TypeE type
 Ai数据类型 更多...
 
uint64_t timestampMs
 时间戳 更多...
 
Size srcPicSize
 AI信息里坐标或长宽信息基于的原始图像大小 更多...
 
int32_t size
 信息数据大小 更多...
 
uint8_t * data
 信息数据内存指针 更多...
 
int32_t off
 ringbuffer偏移,用户不需要关心 更多...
 

类成员变量说明

◆ chn

int32_t Emx::MediaInfAiData::Header::chn

◆ type

TypeE Emx::MediaInfAiData::Header::type

◆ timestampMs

uint64_t Emx::MediaInfAiData::Header::timestampMs

◆ srcPicSize

Size Emx::MediaInfAiData::Header::srcPicSize

◆ size

int32_t Emx::MediaInfAiData::Header::size

◆ data

uint8_t* Emx::MediaInfAiData::Header::data

◆ off

int32_t Emx::MediaInfAiData::Header::off