Changes between Version 14 and Version 15 of Audio_Dev_API


Ignore:
Timestamp:
Mar 11, 2009 6:31:47 PM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Audio_Dev_API

    v14 v15  
    6464 '''{{{PJMEDIA_HAS_LEGACY_SOUND_API}}}''' :: 
    6565 
    66 Location: pjmedia/config.h 
    67 Default: 1 
    68 Purpose: to enable application to access the sound device using the old (sound.h) API. 
     66Location: pjmedia/config.h[[BR]] 
     67Default: 1[[BR]] 
     68Purpose: to enable application to access the sound device using the old (sound.h) API.[[BR]] 
    6969Description: This macro controls whether the legacy sound device API is to be supported, for applications that still use the old sound device API (sound.h). If this macro is set to non-zero, the sound_legacy.c will be included in the compilation. The sound_legacy.c is an implementation of old sound device (sound.h) using the new Audio Device API. 
    7070 
    71  '''{{{PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE}}}''' 
    72  
    73 Location: pjmedia-audiodev/config.h 
    74 Default: 0 
    75 Purpose: to enable sound device implemented using the old API to be accessed using the new API. 
     71 '''{{{PJMEDIA_AUDIO_DEV_HAS_LEGACY_DEVICE}}}''' :: 
     72 
     73Location: pjmedia-audiodev/config.h[[BR]] 
     74Default: 0[[BR]] 
     75Purpose: to enable sound device implemented using the old API to be accessed using the new API.[[BR]] 
    7676Description: This setting controls whether the Audio Device API should support device implementation that is based on the old sound device API (sound.h).  
    7777