stub_analytics_plugin  1.6
Network Optix Video Analytics SDK
Public Member Functions | Static Public Member Functions | List of all members
nx::sdk::analytics::IConsumingDeviceAgent Class Referenceabstract

#include <i_consuming_device_agent.h>

Inheritance diagram for nx::sdk::analytics::IConsumingDeviceAgent:
nx::sdk::Interface< IConsumingDeviceAgent, IDeviceAgent >

Public Member Functions

virtual Error pushDataPacket (IDataPacket *dataPacket)=0
 
- Public Member Functions inherited from nx::sdk::Interface< IConsumingDeviceAgent, IDeviceAgent >
virtual IRefCountablequeryInterface (IRefCountable::InterfaceId id) override
 
virtual IRefCountablequeryInterface (InterfaceId id)
 
const IRefCountablequeryInterface (InterfaceId id) const
 
InterfacequeryInterface ()
 
const InterfacequeryInterface () const
 

Static Public Member Functions

static auto interfaceId ()
 

Additional Inherited Members

- Protected Member Functions inherited from nx::sdk::Interface< IConsumingDeviceAgent, IDeviceAgent >
IRefCountablequeryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId)
 

Detailed Description

Interface for a DeviceAgent that requires input (e.g. audio or video stream) from the Engine plugin container.

Member Function Documentation

◆ pushDataPacket()

virtual Error nx::sdk::analytics::IConsumingDeviceAgent::pushDataPacket ( IDataPacket dataPacket)
pure virtual

Supplies data to the engine. Called from a worker thread.

Parameters
dataPacketNever null. Has a valid timestamp >= 0.
Returns
noError in case of success, other value in case of failure.

The documentation for this class was generated from the following file: