NVIDIA DeepStream SDK API Reference

9.0 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 48 of file sources/libs/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 59 of file sources/libs/nvmsgconv/nvmsgconv.h.

◆ frameMeta

void * NvDsMsg2pMetaInfo::frameMeta

Holds the frame metadata.

Definition at line 52 of file sources/libs/nvmsgconv/nvmsgconv.h.

◆ mediaType

gchar * NvDsMsg2pMetaInfo::mediaType

media type: (ex: audio, video)

Definition at line 54 of file sources/libs/nvmsgconv/nvmsgconv.h.

◆ objMeta

void * NvDsMsg2pMetaInfo::objMeta

Holds the object metadata.

Definition at line 50 of file sources/libs/nvmsgconv/nvmsgconv.h.


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