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

Public Member Functions | |
| virtual float * | Buffer () |
| virtual MClient * | Client () const =0 |
| virtual jack_port_t * | JACKHandle () const |
Protected Member Functions | |
| MClientPort (jack_port_t *jack_port) | |
Protected Attributes | |
| jack_port_t * | _jack_port |
|
|
Creates a client port corresponding to the jack_port handle.
|
|
|
The buffer associated with the port.
Reimplemented in MClientAudioInputPort, MClientAudioOutputPort, and MExternalAudioInputPort. |
|
|
The client owning the port.
Implemented in MClientAudioInputPort, MClientAudioOutputPort, MClientControlInputPort, and MClientControlOutputPort. |
|
|
The internal JACK handle of the port.
Reimplemented in MExternalAudioInputPort. |
|
|
The
|