NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvDsUserMeta Struct Reference

Detailed Description

Holds user metadata.

Definition at line 431 of file nvdsmeta.h.

Collaboration diagram for _NvDsUserMeta:

Data Fields

NvDsBaseMeta base_meta
 
void * user_meta_data
 Holds a pointer to user data to be attached. More...
 

Field Documentation

NvDsBaseMeta _NvDsUserMeta::base_meta

Definition at line 432 of file nvdsmeta.h.

void* _NvDsUserMeta::user_meta_data

Holds a pointer to user data to be attached.

See the deepstream-user-metadata-test example for usage.

Definition at line 435 of file nvdsmeta.h.


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