PortAudio 2.0
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

◆ magic

unsigned long PaUtilStreamRepresentation::magic

◆ nextOpenStream

struct PaUtilStreamRepresentation* PaUtilStreamRepresentation::nextOpenStream

field used by multi-api code

Referenced by PaUtil_InitializeStreamRepresentation().

◆ streamCallback

PaStreamCallback* PaUtilStreamRepresentation::streamCallback

◆ streamFinishedCallback

PaStreamFinishedCallback* PaUtilStreamRepresentation::streamFinishedCallback

◆ streamInfo

PaStreamInfo PaUtilStreamRepresentation::streamInfo

◆ streamInterface

PaUtilStreamInterface* PaUtilStreamRepresentation::streamInterface

◆ userData

void* PaUtilStreamRepresentation::userData

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