NVIDIA DeepStream SDK API Reference6.1.1 Release |
Batch of lists of buffered objects.
Definition at line 75 of file nvds_tracker_meta.h.
Data Fields | |
NvDsPastFrameObjStream * | list |
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... | |
NvDsPastFrameObjStream* _NvDsPastFrameObjBatch::list |
Pointer to array of stream lists.
Definition at line 77 of file nvds_tracker_meta.h.
uint32_t _NvDsPastFrameObjBatch::numAllocated |
Number of blocks allocated for the list.
Definition at line 78 of file nvds_tracker_meta.h.
uint32_t _NvDsPastFrameObjBatch::numFilled |
Number of filled blocks in the list.
Definition at line 79 of file nvds_tracker_meta.h.