NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsMsg2pMetaInfo Struct Reference

Detailed Description

NvDsMsg2pMetaInfo is structure to hold the NvDs metadata related information to be processed to generate payloads

Definition at line 47 of file nvmsgconv/nvmsgconv.h.

Data Fields

void * objMeta
 Holds the object metadata. More...
 
void * frameMeta
 Holds the frame metadata. More...
 
gchar * mediaType
 media type: (ex: audio, video) More...
 
void * datamap
 datamap for buffers from ds3d components More...
 

Field Documentation

◆ datamap

void* NvDsMsg2pMetaInfo::datamap

datamap for buffers from ds3d components

Definition at line 58 of file nvmsgconv/nvmsgconv.h.

◆ frameMeta

void* NvDsMsg2pMetaInfo::frameMeta

Holds the frame metadata.

Definition at line 51 of file nvmsgconv/nvmsgconv.h.

◆ mediaType

gchar* NvDsMsg2pMetaInfo::mediaType

media type: (ex: audio, video)

Definition at line 53 of file nvmsgconv/nvmsgconv.h.

◆ objMeta

void* NvDsMsg2pMetaInfo::objMeta

Holds the object metadata.

Definition at line 49 of file nvmsgconv/nvmsgconv.h.


The documentation for this struct was generated from the following file: