professional audio NDK  1.1.3
Public Member Functions
android::IAPAInterfaceV2 Class Reference

An interface version 2 for a APA Client. More...

#include <IAPAInterfaceV2.h>

Inheritance diagram for android::IAPAInterfaceV2:
Inheritance graph
[legend]
Collaboration diagram for android::IAPAInterfaceV2:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IAPAInterfaceV2 ()
virtual ~IAPAInterfaceV2 ()
virtual int sendStream (const void *stream, const long size, const int id)=0
int getTargetAPILevel ()

Detailed Description

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 & Destructor Documentation

Constructor

Destructor


Member Function Documentation

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

Parameters:
streama byte array
sizestream's array size
idthe identification number.
Returns:
APA_RETURN_SUCCESS, APA_RETURN_ERROR

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