NVIDIA DeepStream SDK API Reference

8.0 Release
NvDsPayload Struct Reference

Detailed Description

Holds payload metadata.

Definition at line 483 of file sources/includes/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

◆ componentId

guint NvDsPayload::componentId

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

Definition at line 490 of file sources/includes/nvdsmeta_schema.h.

◆ payload

gpointer NvDsPayload::payload

Holds a pointer to the payload.

Definition at line 485 of file sources/includes/nvdsmeta_schema.h.

◆ payloadSize

guint NvDsPayload::payloadSize

Holds the size of the payload.

Definition at line 487 of file sources/includes/nvdsmeta_schema.h.


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