Changeset 2182 for pjproject/trunk/pjmedia/include/pjmedia/config.h
- Timestamp:
- Jul 28, 2008 11:40:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/config.h
r2089 r2182 56 56 /** Constant for Win32 DirectSound sound backend. */ 57 57 #define PJMEDIA_SOUND_WIN32_DIRECT_SOUND 2 58 59 /** When this is set, pjmedia will not provide any sound device backend. 60 * Application will have to provide its own sound device backend 61 * and link the application with it. 62 */ 63 #define PJMEDIA_SOUND_EXTERNAL 3 58 64 59 65
Note: See TracChangeset
for help on using the changeset viewer.