stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <objects_metadata_packet.h>
Public Member Functions | |
virtual Object * | nextItem ()=0 |
![]() | |
virtual int64_t | durationUsec () const =0 |
![]() | |
virtual int64_t | timestampUsec () const =0 |
![]() | |
virtual void * | queryInterface (const nxpl::NX_GUID &interfaceID)=0 |
Cast to type, specified by interfaceID. More... | |
virtual unsigned int | addRef ()=0 |
Increment reference counter. More... | |
virtual unsigned int | releaseRef ()=0 |
Decrement reference counter. More... | |
Interface for metadata packet that contains data about objects detected on the scene.
|
pure virtual |
Should not modify the object, and should behave like a constant iterator.
Implements nx::sdk::analytics::IterableMetadataPacket.