PortAudio  2.0
Data Fields
PaJackHostApiRepresentation Struct Reference

Data Fields

PaUtilHostApiRepresentation commonHostApiRep
 
PaUtilStreamInterface callbackStreamInterface
 
PaUtilStreamInterface blockingStreamInterface
 
PaUtilAllocationGroupdeviceInfoMemory
 
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 PaJackStreamprocessQueue
 
volatile sig_atomic_t jackIsDown
 

Field Documentation

PaUtilStreamInterface PaJackHostApiRepresentation::blockingStreamInterface

Referenced by PaJack_Initialize().

PaUtilStreamInterface PaJackHostApiRepresentation::callbackStreamInterface

Referenced by PaJack_Initialize().

PaUtilHostApiRepresentation PaJackHostApiRepresentation::commonHostApiRep

Referenced by PaJack_Initialize().

pthread_cond_t PaJackHostApiRepresentation::cond

Referenced by PaJack_Initialize().

PaUtilAllocationGroup* PaJackHostApiRepresentation::deviceInfoMemory

Referenced by PaJack_Initialize().

PaHostApiIndex PaJackHostApiRepresentation::hostApiIndex

Referenced by PaJack_Initialize().

unsigned long PaJackHostApiRepresentation::inputBase

Referenced by PaJack_Initialize().

int PaJackHostApiRepresentation::jack_buffer_size

Referenced by PaJack_Initialize().

jack_client_t* PaJackHostApiRepresentation::jack_client
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

Referenced by PaJack_Initialize().

struct PaJackStream* volatile PaJackHostApiRepresentation::toAdd

Referenced by PaJack_Initialize().

struct PaJackStream* volatile * volatile PaJackHostApiRepresentation::toRemove

Referenced by PaJack_Initialize().

volatile int PaJackHostApiRepresentation::xrun

Referenced by PaJack_Initialize().


The documentation for this struct was generated from the following file: