Data Fields | |
PaUtilHostApiRepresentation | commonHostApiRep |
PaUtilStreamInterface | callbackStreamInterface |
PaUtilStreamInterface | blockingStreamInterface |
PaUtilAllocationGroup * | deviceInfoMemory |
jack_client_t * | jack_client |
int | jack_buffer_size |
PaHostApiIndex | hostApiIndex |
pthread_mutex_t | mtx |
pthread_cond_t | cond |
unsigned long | inputBase |
unsigned long | outputBase |
volatile int | xrun |
PaJackStream *volatile | toAdd |
PaJackStream *volatile *volatile | toRemove |
PaJackStream * | processQueue |
volatile sig_atomic_t | jackIsDown |
jack_client_t* PaJackHostApiRepresentation::jack_client |
pthread_mutex_t PaJackHostApiRepresentation::mtx |
pthread_cond_t PaJackHostApiRepresentation::cond |
unsigned long PaJackHostApiRepresentation::inputBase |
unsigned long PaJackHostApiRepresentation::outputBase |
volatile int PaJackHostApiRepresentation::xrun |
struct PaJackStream* volatile PaJackHostApiRepresentation::toAdd [read] |
struct PaJackStream* volatile * volatile PaJackHostApiRepresentation::toRemove [read] |
struct PaJackStream* PaJackHostApiRepresentation::processQueue [read] |
volatile sig_atomic_t PaJackHostApiRepresentation::jackIsDown |