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

Public Member Functions | |
| virtual MClient * | Client () const |
| virtual float * | Buffer () |
| virtual bool | Connect (MAudioInputPort *port) |
| virtual bool | Disconnect (MAudioInputPort *port) |
Protected Member Functions | |
| MClientAudioOutputPort (jack_port_t *jack_port, MClient *client) | |
Friends | |
| MClientAudioOutputPort * | MClient::addAudioOutput (jack_port_t *jackPort) |
|
||||||||||||
|
Creates a client port corresponding to the jack_port handle and belonging to the client client.
|
|
|
The client owning the port.
Implements MClientPort. |
|
|
The buffer associated with the port. This corresponds to the buffer provided by JACK. Reimplemented from MClientPort. |
|
|
This is the actual connection process of the port. A MClientAudioInput port can be connected to : Implements MAudioOutputPort. |
|
|
Implements MAudioOutputPort. |