Jack::JackAudioDriver Class Reference

The base class for audio drivers: drivers with audio ports. More...

#include <JackAudioDriver.h>

Inheritance diagram for Jack::JackAudioDriver:

Jack::JackDriver Jack::JackDriverClient Jack::JackDriverClientInterface Jack::JackDriverInterface Jack::JackClientInterface Jack::JackAlsaDriver Jack::JackASIODriver Jack::JackCoreAudioDriver Jack::JackDummyDriver Jack::JackLoopbackDriver Jack::JackPortAudioDriver List of all members.

Public Member Functions

 JackAudioDriver (const char *name, JackEngine *engine, JackSynchro **table)
virtual ~JackAudioDriver ()
virtual int Process ()
virtual int Open (jack_nframes_t nframes, jack_nframes_t samplerate, int capturing, int playing, int inchannels, int outchannels, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency)
virtual int Attach ()
virtual int Detach ()
virtual int Write ()
virtual int SetBufferSize (jack_nframes_t buffer_size)
virtual int SetSampleRate (jack_nframes_t sample_rate)
virtual void NotifyXRun (jack_time_t callback_usecs)

Protected Member Functions

jack_default_audio_sample_t * GetInputBuffer (int port_index)
jack_default_audio_sample_t * GetOutputBuffer (int port_index)
jack_default_audio_sample_t * GetMonitorBuffer (int port_index)

Protected Attributes

int fCaptureChannels
int fPlaybackChannels
jack_port_id_t fCapturePortList [PORT_NUM]
jack_port_id_t fPlaybackPortList [PORT_NUM]
jack_port_id_t fMonitorPortList [PORT_NUM]
bool fWithMonitorPorts

Detailed Description

The base class for audio drivers: drivers with audio ports.

Definition at line 33 of file JackAudioDriver.h.


The documentation for this class was generated from the following files:
Generated on Thu Feb 14 11:16:03 2008 for Jackdmp by  doxygen 1.5.1