PortAudio  2.0
Data Fields
PaUtilStreamRepresentation Struct Reference

#include <pa_stream.h>

Data Fields

unsigned long magic
 
struct PaUtilStreamRepresentationnextOpenStream
 
PaUtilStreamInterfacestreamInterface
 
PaStreamCallbackstreamCallback
 
PaStreamFinishedCallbackstreamFinishedCallback
 
void * userData
 
PaStreamInfo streamInfo
 

Detailed Description

Non host specific data for a stream. This data is used by pa_front to forward to the appropriate functions in the streamInterface structure.

Field Documentation

unsigned long PaUtilStreamRepresentation::magic
struct PaUtilStreamRepresentation* PaUtilStreamRepresentation::nextOpenStream

field used by multi-api code

Referenced by PaUtil_InitializeStreamRepresentation().

PaStreamCallback* PaUtilStreamRepresentation::streamCallback
PaStreamFinishedCallback* PaUtilStreamRepresentation::streamFinishedCallback
PaStreamInfo PaUtilStreamRepresentation::streamInfo
PaUtilStreamInterface* PaUtilStreamRepresentation::streamInterface
void* PaUtilStreamRepresentation::userData

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