NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds payload metadata.

Definition at line 240 of file nvdsmeta_schema.h.

Data Fields

gpointer payload
 Holds a pointer to the payload. More...
 
guint payloadSize
 Holds the size of the payload. More...
 
guint componentId
 Holds the ID of the component (plugin) which attached the payload (optional). More...
 

Field Documentation

guint NvDsPayload::componentId

Holds the ID of the component (plugin) which attached the payload (optional).

Definition at line 247 of file nvdsmeta_schema.h.

gpointer NvDsPayload::payload

Holds a pointer to the payload.

Definition at line 242 of file nvdsmeta_schema.h.

guint NvDsPayload::payloadSize

Holds the size of the payload.

Definition at line 244 of file nvdsmeta_schema.h.


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