- Timestamp:
- Feb 21, 2009 2:21:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia/sound.h
r2460 r2468 20 20 #ifndef __PJMEDIA_SOUND_H__ 21 21 #define __PJMEDIA_SOUND_H__ 22 23 24 /* This is legacy sound device code, which has been superseded by the 25 * new pjmedia-audiodev framework. Please see the documentation on how 26 * to use this legacy API. 27 */ 28 #if PJMEDIA_AUDIO_API==PJMEDIA_AUDIO_API_NEW_ONLY 29 # error "The sound device API is deprecated. Please see doc for details." 30 #endif 22 31 23 32
Note: See TracChangeset
for help on using the changeset viewer.