#include <MUserClient.h>
Inheritance diagram for MUserClient:

Public Member Functions | |
| MClientAudioInputPort * | CreateAudioInput (const string &portName) |
| MClientAudioOutputPort * | CreateAudioOutput (const string &portName) |
| virtual void | RemovePort (MPort *port) |
| virtual void | SetCallbackProcess (MProcess *callback) |
| virtual void | RemoveCallbackProcess () |
Static Public Member Functions | |
| static MUserClient * | Create (const string &name, QObject *parent=0) |
Protected Member Functions | |
| MUserClient (const string &name, jack_client_t *jackClient, QObject *parent) | |
|
||||||||||||
|
Creates a new client module with no ports.
|
|
|
Public wrapper to createAudioInput( const string & portName ).
|
|
|
Public wrapper to createAudioInput( const string & portName ).
|
|
|
Public Wrapper to removePort( MPort * port ).
|
|
|
Public wrapper to setCallbackProcess( MProcess * callback ).
|
|
|
Public wrapper to removeCallbackProcess( ).
|