PortAudio 2.0
|
Data Fields | |
int | fd |
const char * | devName |
int | userChannelCount |
int | hostChannelCount |
int | userInterleaved |
void * | buffer |
PaSampleFormat | userFormat |
PaSampleFormat | hostFormat |
double | latency |
unsigned long | hostFrames |
unsigned long | numBufs |
void ** | userBuffers |
Per-direction structure for PaOssStream.
Aspect StreamChannels: In case the user requests to open the same device for both capture and playback, but with different number of channels we will have to adapt between the number of user and host channels for at least one direction, since the configuration space is the same for both directions of an OSS device.
const char* PaOssStreamComponent::devName |
Referenced by PaOSS_GetStreamInputDevice(), and PaOSS_GetStreamOutputDevice().
unsigned long PaOssStreamComponent::hostFrames |
unsigned long PaOssStreamComponent::numBufs |