NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds payload metadata.
Definition at line 304 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... | |
guint NvDsPayload::componentId |
Holds the ID of the component (plugin) which attached the payload (optional).
Definition at line 311 of file nvdsmeta_schema.h.
gpointer NvDsPayload::payload |
Holds a pointer to the payload.
Definition at line 306 of file nvdsmeta_schema.h.
guint NvDsPayload::payloadSize |
Holds the size of the payload.
Definition at line 308 of file nvdsmeta_schema.h.