Ignore:
Timestamp:
Feb 21, 2009 2:21:59 PM (15 years ago)
Author:
bennylp
Message:

Updated libraries and applications to use the new Audio Device API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia/sound.h

    r2460 r2468  
    2020#ifndef __PJMEDIA_SOUND_H__ 
    2121#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 
    2231 
    2332 
Note: See TracChangeset for help on using the changeset viewer.