#include <JackPort.h>
Public Member Functions | |
JackPort () | |
virtual | ~JackPort () |
void | Allocate (int refnum, const char *port_name, JackPortFlags flags) |
void | Release () |
const char * | GetName () const |
const char * | GetShortName () const |
int | SetName (const char *name) |
int | Flags () const |
const char * | Type () const |
int | Lock () |
int | Unlock () |
int | Tie (jack_port_id_t port_index) |
int | UnTie () |
jack_nframes_t | GetLatency () const |
void | SetLatency (jack_nframes_t latency) |
int | RequestMonitor (bool onoff) |
int | EnsureMonitor (bool onoff) |
bool | MonitoringInput () |
float * | GetBuffer () |
int | GetRefNum () const |
Friends | |
class | JackGraphManager |
Definition at line 37 of file JackPort.h.
|
jackd.h If JackPortCanMonitor is set for this port, turn input monitoring on or off. Otherwise, do nothing. if (!(fFlags & JackPortCanMonitor)) return -1; Definition at line 126 of file JackPort.cpp. |
|
jackd.h If JackPortCanMonitor is set for this port, turn input monitoring on or off. Otherwise, do nothing. if (!(fFlags & JackPortCanMonitor)) return -1; Definition at line 106 of file JackPort.cpp. Referenced by Jack::JackGraphManager::RequestMonitor(). |