stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <i_uncompressed_media_frame.h>
Public Member Functions | |
virtual int | planeCount () const =0 |
virtual int | dataSize (int plane) const =0 |
virtual const char * | data (int plane) const =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) |
Decoded media frame, e.g. video or audio.
|
pure virtual |
plane | Number of the plane, in range 0..planeCount(). |
|
pure virtual |
plane | Number of the plane, in range 0..planeCount(). |
|
pure virtual |