Changeset 341 for pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_lib.c
- Timestamp:
- Mar 20, 2006 4:58:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_lib.c
r339 r341 50 50 51 51 #include "portaudio.h" 52 #include "pa_host.h"52 //#include "pa_host.h" 53 53 #include "pa_trace.h" 54 55 typedef PaDeviceIndex PaDeviceID; 56 typedef PaStream PortAudioStream; 57 #define DLL_API 54 58 55 59 /* The reason we might NOT want to validate the rate before opening the stream
Note: See TracChangeset
for help on using the changeset viewer.