NVIDIA DeepStream SDK API Reference5.0 Release |
Batch of lists of buffered objects.
Definition at line 63 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 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.