|
Pd++
0.01
A pure C++ implementation of Pure Data objects
|
#include <portaudio.h>
Public Attributes | |
| PaHostApiTypeId | hostApiType |
| long | errorCode |
| const char * | errorText |
Structure used to return information about a host error condition.
| long PaHostErrorInfo::errorCode |
the error code returned
| const char* PaHostErrorInfo::errorText |
a textual description of the error if available, otherwise a zero-length string
| PaHostApiTypeId PaHostErrorInfo::hostApiType |
the host API which returned the error code
1.8.8