Jack::JackPort Class Reference

Base class for port. More...

#include <JackPort.h>

List of all members.

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


Detailed Description

Base class for port.

Definition at line 37 of file JackPort.h.


Member Function Documentation

int Jack::JackPort::EnsureMonitor bool  onoff  ) 
 

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.

int Jack::JackPort::RequestMonitor bool  onoff  ) 
 

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().


The documentation for this class was generated from the following files:
Generated on Wed Jan 10 11:42:49 2007 for Jackdmp by  doxygen 1.4.5