Jack2
1.9.9
|
The ALSA driver. More...
#include <JackAlsaDriver.h>
Public Member Functions | |
JackAlsaDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
int | Open (jack_nframes_t buffer_size, jack_nframes_t user_nperiods, jack_nframes_t samplerate, bool hw_monitoring, bool hw_metering, bool capturing, bool playing, DitherAlgorithm dither, bool soft_mode, bool monitor, int inchannels, int outchannels, bool shorts_first, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency, const char *midi_driver_name) |
int | Close () |
int | Attach () |
int | Detach () |
int | Start () |
int | Stop () |
int | Read () |
int | Write () |
bool | IsFixedBufferSize () |
int | SetBufferSize (jack_nframes_t buffer_size) |
void | ReadInputAux (jack_nframes_t orig_nframes, snd_pcm_sframes_t contiguous, snd_pcm_sframes_t nread) |
void | MonitorInputAux () |
void | ClearOutputAux () |
void | WriteOutputAux (jack_nframes_t orig_nframes, snd_pcm_sframes_t contiguous, snd_pcm_sframes_t nwritten) |
void | SetTimetAux (jack_time_t time) |
int | is_realtime () const |
int | create_thread (pthread_t *thread, int prio, int rt, void *(*start_func)(void *), void *arg) |
jack_port_id_t | port_register (const char *port_name, const char *port_type, unsigned long flags, unsigned long buffer_size) |
int | port_unregister (jack_port_id_t port_index) |
void * | port_get_buffer (int port, jack_nframes_t nframes) |
int | port_set_alias (int port, const char *name) |
jack_nframes_t | get_sample_rate () const |
jack_nframes_t | frame_time () const |
jack_nframes_t | last_frame_time () const |
![]() | |
JackAudioDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
virtual int | Open (jack_nframes_t buffer_size, jack_nframes_t samplerate, bool capturing, bool 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 | Open (bool capturing, bool 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 | Process () |
virtual int | SetSampleRate (jack_nframes_t sample_rate) |
virtual int | ClientNotify (int refnum, const char *name, int notify, int sync, const char *message, int value1, int value2) |
![]() | |
JackDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
void | SetMaster (bool onoff) |
bool | GetMaster () |
void | AddSlave (JackDriverInterface *slave) |
void | RemoveSlave (JackDriverInterface *slave) |
std::list< JackDriverInterface * > | GetSlaves () |
virtual int | Open () |
int | ProcessReadSlaves () |
int | ProcessWriteSlaves () |
int | ProcessRead () |
int | ProcessWrite () |
int | ProcessReadSync () |
int | ProcessWriteSync () |
int | ProcessReadAsync () |
int | ProcessWriteAsync () |
virtual JackClientControl * | GetClientControl () const |
virtual bool | IsRealTime () const |
virtual bool | IsRunning () const |
virtual bool | Initialize () |
Additional Inherited Members | |
![]() | |
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) |
void | HandleLatencyCallback (int status) |
int | ProcessAsync () |
void | ProcessGraphAsync () |
void | ProcessGraphAsyncMaster () |
void | ProcessGraphAsyncSlave () |
int | ProcessSync () |
void | ProcessGraphSync () |
void | ProcessGraphSyncMaster () |
void | ProcessGraphSyncSlave () |
![]() | |
void | CycleIncTime () |
void | CycleTakeBeginTime () |
void | CycleTakeEndTime () |
void | SetupDriverSync (int ref, bool freewheel) |
void | NotifyXRun (jack_time_t callback_usecs, float delayed_usecs) |
void | NotifyBufferSize (jack_nframes_t buffer_size) |
void | NotifySampleRate (jack_nframes_t sample_rate) |
void | NotifyFailure (int code, const char *reason) |
virtual void | SaveConnections () |
virtual void | RestoreConnections () |
virtual int | StartSlaves () |
virtual int | StopSlaves () |
virtual int | ResumeRefNum () |
virtual int | SuspendRefNum () |
![]() | |
char | fCaptureDriverName [JACK_CLIENT_NAME_SIZE+1] |
char | fPlaybackDriverName [JACK_CLIENT_NAME_SIZE+1] |
char | fAliasName [JACK_CLIENT_NAME_SIZE+1] |
jack_nframes_t | fCaptureLatency |
jack_nframes_t | fPlaybackLatency |
int | fCaptureChannels |
int | fPlaybackChannels |
jack_time_t | fBeginDateUst |
jack_time_t | fEndDateUst |
float | fDelayedUsecs |
JackLockedEngine * | fEngine |
JackGraphManager * | fGraphManager |
JackSynchro * | fSynchroTable |
JackEngineControl * | fEngineControl |
JackClientControl | fClientControl |
std::list< JackDriverInterface * > | fSlaveList |
bool | fIsMaster |
bool | fIsRunning |
bool | fWithMonitorPorts |
jack_port_id_t | fCapturePortList [DRIVER_PORT_NUM] |
jack_port_id_t | fPlaybackPortList [DRIVER_PORT_NUM] |
jack_port_id_t | fMonitorPortList [DRIVER_PORT_NUM] |
std::list< std::pair < std::string, std::string > > | fConnections |
The ALSA driver.
Definition at line 36 of file JackAlsaDriver.h.