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

An interface version 2 for a JACK client. More...

#include <IJackClientInterfaceV2.h>

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

List of all members.

Public Member Functions

 IJackClientInterfaceV2 ()
virtual ~IJackClientInterfaceV2 ()
virtual char * getJackClientName (const char *name)=0
virtual void setByPassEnabled (bool enable)=0

Detailed Description

An interface version 2 for a JACK client.

It is used for making Jack client on the APA client.


Constructor & Destructor Documentation

Constructor

Destructor


Member Function Documentation

virtual char* android::IJackClientInterfaceV2::getJackClientName ( const char *  name) [pure virtual]

Get the Jack Client Name

Parameters:
namethe SapaProcessor's full name. It is the unique name of all client.
Returns:
the Jack Client Name which is matched with the name parameter.
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().

Parameters:
enable
Returns:
void

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