|  | NVIDIA DeepStream SDK API Reference6.0.1 Release | 
List of objects in each stream.
Definition at line 63 of file nvds_tracker_meta.h.

| Data Fields | |
| NvDsPastFrameObjList * | list | 
| Pointer to objects inside this stream.  More... | |
| uint32_t | streamID | 
| Stream id the same as frame_meta->pad_index.  More... | |
| uint64_t | surfaceStreamID | 
| Stream id used inside tracker plugin.  More... | |
| uint32_t | numAllocated | 
| Maximum number of objects allocated.  More... | |
| uint32_t | numFilled | 
| Number of objects in this frame.  More... | |
| NvDsPastFrameObjList* _NvDsPastFrameObjStream::list | 
Pointer to objects inside this stream.
Definition at line 65 of file nvds_tracker_meta.h.
| uint32_t _NvDsPastFrameObjStream::numAllocated | 
Maximum number of objects allocated.
Definition at line 68 of file nvds_tracker_meta.h.
| uint32_t _NvDsPastFrameObjStream::numFilled | 
Number of objects in this frame.
Definition at line 69 of file nvds_tracker_meta.h.
| uint32_t _NvDsPastFrameObjStream::streamID | 
Stream id the same as frame_meta->pad_index.
Definition at line 66 of file nvds_tracker_meta.h.
| uint64_t _NvDsPastFrameObjStream::surfaceStreamID | 
Stream id used inside tracker plugin.
Definition at line 67 of file nvds_tracker_meta.h.