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 |
struct PaJackStream *volatile | toAdd |
struct PaJackStream *volatile *volatile | toRemove |
struct PaJackStream * | processQueue |
volatile sig_atomic_t | jackIsDown |
Referenced by PaJack_Initialize().
Referenced by PaJack_Initialize().
Referenced by PaJack_Initialize().
pthread_cond_t PaJackHostApiRepresentation::cond |
Referenced by PaJack_Initialize().
Referenced by PaJack_Initialize().
unsigned long PaJackHostApiRepresentation::inputBase |
Referenced by PaJack_Initialize().
Referenced by PaJack_Initialize().
jack_client_t* PaJackHostApiRepresentation::jack_client |
Referenced by PaJack_GetClientName(), and PaJack_Initialize().
volatile sig_atomic_t PaJackHostApiRepresentation::jackIsDown |
Referenced by PaJack_Initialize().
pthread_mutex_t PaJackHostApiRepresentation::mtx |
Referenced by PaJack_Initialize().
unsigned long PaJackHostApiRepresentation::outputBase |
Referenced by PaJack_Initialize().
struct PaJackStream* PaJackHostApiRepresentation::processQueue [read] |
Referenced by PaJack_Initialize().
struct PaJackStream* volatile PaJackHostApiRepresentation::toAdd [read] |
Referenced by PaJack_Initialize().
struct PaJackStream* volatile * volatile PaJackHostApiRepresentation::toRemove [read] |
Referenced by PaJack_Initialize().
volatile int PaJackHostApiRepresentation::xrun |
Referenced by PaJack_Initialize().