NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Batch of lists of buffered objects.

Definition at line 63 of file nvds_tracker_meta.h.

Collaboration diagram for _NvDsPastFrameObjBatch:

Data Fields

NvDsPastFrameObjStreamlist
 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...
 

Field Documentation

NvDsPastFrameObjStream* _NvDsPastFrameObjBatch::list

Pointer to array of stream lists.

Definition at line 65 of file nvds_tracker_meta.h.

uint32_t _NvDsPastFrameObjBatch::numAllocated

Number of blocks allocated for the list.

Definition at line 66 of file nvds_tracker_meta.h.

uint32_t _NvDsPastFrameObjBatch::numFilled

Number of filled blocks in the list.

Definition at line 67 of file nvds_tracker_meta.h.


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