stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <i_consuming_device_agent.h>
Public Member Functions | |
virtual Error | pushDataPacket (IDataPacket *dataPacket)=0 |
![]() | |
virtual IRefCountable * | queryInterface (IRefCountable::InterfaceId id) override |
virtual IRefCountable * | queryInterface (InterfaceId id) |
const IRefCountable * | queryInterface (InterfaceId id) const |
Interface * | queryInterface () |
const Interface * | queryInterface () const |
Static Public Member Functions | |
static auto | interfaceId () |
Additional Inherited Members | |
![]() | |
IRefCountable * | queryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId) |
Interface for a DeviceAgent that requires input (e.g. audio or video stream) from the Engine plugin container.
|
pure virtual |
Supplies data to the engine. Called from a worker thread.
dataPacket | Never null. Has a valid timestamp >= 0. |