professional audio NDK
1.1.3
|
An interface version 2 for a JACK client. More...
#include <IJackClientInterfaceV2.h>
Public Member Functions | |
IJackClientInterfaceV2 () | |
virtual | ~IJackClientInterfaceV2 () |
virtual char * | getJackClientName (const char *name)=0 |
virtual void | setByPassEnabled (bool enable)=0 |
An interface version 2 for a JACK client.
It is used for making Jack client on the APA client.
Constructor
virtual android::IJackClientInterfaceV2::~IJackClientInterfaceV2 | ( | ) | [virtual] |
Destructor
virtual char* android::IJackClientInterfaceV2::getJackClientName | ( | const char * | name | ) | [pure virtual] |
Get the Jack Client Name
name | the SapaProcessor's full name. It is the unique name of all client. |
virtual void android::IJackClientInterfaceV2::setByPassEnabled | ( | bool | enable | ) | [pure virtual] |
Enable/Disable the ByPass of jack client
It will be called when user call SapaProcessor.setByPassEnabled().
enable |