professional audio NDK
1.1.3
|
An interface version 2 for a APA Client. More...
#include <IAPAInterfaceV2.h>
Public Member Functions | |
IAPAInterfaceV2 () | |
virtual | ~IAPAInterfaceV2 () |
virtual int | sendStream (const void *stream, const long size, const int id)=0 |
int | getTargetAPILevel () |
An interface version 2 for a APA Client.
This is the entry interface for processing module.
All of processing module has an APA Client.
You should implement this.
Constructor
virtual android::IAPAInterfaceV2::~IAPAInterfaceV2 | ( | ) | [virtual] |
Destructor
Return the Target device API Level.
virtual int android::IAPAInterfaceV2::sendStream | ( | const void * | stream, |
const long | size, | ||
const int | id | ||
) | [pure virtual] |
Handle the stream data from the Java side
stream | a byte array |
size | stream's array size |
id | the identification number. |