nx_metadata_sdk
1.0
Metadata 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 (const InterfaceId *id) |
Ptr< Interface > | queryInterface () |
Ptr< const Interface > | queryInterface () const |
Static Public Member Functions | |
static auto | interfaceId () |
Additional Inherited Members | |
![]() | |
virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Decoded media frame, e.g. video or audio.
|
pure virtual |
plane | Index of the plane, in range 0..planeCount() - 1. |
|
pure virtual |
plane | Index of the plane, in range 0..planeCount() - 1. |
|
pure virtual |