NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsTargetMiscDataBatch Struct Reference

Detailed Description

Batch of all streams of a given target misc output

Definition at line 103 of file nvds_tracker_meta.h.

Collaboration diagram for _NvDsTargetMiscDataBatch:

Data Fields

NvDsTargetMiscDataStreamlist
 Pointer to array of stream lists. More...
 
uint32_t numAllocated
 Number of blocks allocated for the list. More...
 
uint32_t numFilled
 Number of filled blocks in the list. More...
 
void * priv_data
 Pointer to internal buffer pool needed by gst pipelines to return buffers. More...
 

Field Documentation

◆ list

NvDsTargetMiscDataStream* _NvDsTargetMiscDataBatch::list

Pointer to array of stream lists.

Definition at line 106 of file nvds_tracker_meta.h.

◆ numAllocated

uint32_t _NvDsTargetMiscDataBatch::numAllocated

Number of blocks allocated for the list.

Definition at line 108 of file nvds_tracker_meta.h.

◆ numFilled

uint32_t _NvDsTargetMiscDataBatch::numFilled

Number of filled blocks in the list.

Definition at line 110 of file nvds_tracker_meta.h.

◆ priv_data

void* _NvDsTargetMiscDataBatch::priv_data

Pointer to internal buffer pool needed by gst pipelines to return buffers.

Definition at line 112 of file nvds_tracker_meta.h.


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