Jack2
1.9.8
|
The OSS driver. More...
#include <JackOSSDriver.h>
Public Member Functions | |
JackOSSDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
int | Open (jack_nframes_t frames_per_cycle, int user_nperiods, jack_nframes_t rate, bool capturing, bool playing, int chan_in, int chan_out, bool vmix, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency, int bits, bool ignorehwbuf) |
int | Close () |
int | Read () |
int | Write () |
bool | IsFixedBufferSize () |
int | SetBufferSize (jack_nframes_t buffer_size) |
The OSS driver.
Definition at line 43 of file JackOSSDriver.h.