NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
NvDsPayload Struct Reference

Detailed Description

Holds payload meta data.

Definition at line 232 of file nvdsmeta_schema.h.

Data Fields

gpointer payload
 pointer to payload More...
 
guint payloadSize
 size of payload More...
 
guint componentId
 id of component who attached the payload (Optional) More...
 

Field Documentation

guint NvDsPayload::componentId

id of component who attached the payload (Optional)

Definition at line 238 of file nvdsmeta_schema.h.

gpointer NvDsPayload::payload

pointer to payload

Definition at line 234 of file nvdsmeta_schema.h.

guint NvDsPayload::payloadSize

size of payload

Definition at line 236 of file nvdsmeta_schema.h.


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