Go to the documentation of this file.
76#error pa_types.h was unable to determine which type to use for 16bit integers on the target platform
89#error pa_types.h was unable to determine which type to use for 32bit integers on the target platform
98#define PA_VALIDATE_TYPE_SIZES \
100 assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaUint16 ) == 2 ); \
101 assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaInt16 ) == 2 ); \
102 assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaUint32 ) == 4 ); \
103 assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaInt32 ) == 4 ); \
signed int PaInt32
Definition pa_types.h:83
unsigned short PaUint16
Definition pa_types.h:71
unsigned int PaUint32
Definition pa_types.h:84
signed short PaInt16
Definition pa_types.h:70