Changes between Version 14 and Version 15 of Audio_Dev_API
- Timestamp:
- Mar 11, 2009 6:31:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Audio_Dev_API
v14 v15 64 64 '''{{{PJMEDIA_HAS_LEGACY_SOUND_API}}}''' :: 65 65 66 Location: pjmedia/config.h 67 Default: 1 68 Purpose: to enable application to access the sound device using the old (sound.h) API. 66 Location: pjmedia/config.h[[BR]] 67 Default: 1[[BR]] 68 Purpose: to enable application to access the sound device using the old (sound.h) API.[[BR]] 69 69 Description: 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. 70 70 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 73 Location: pjmedia-audiodev/config.h[[BR]] 74 Default: 0[[BR]] 75 Purpose: to enable sound device implemented using the old API to be accessed using the new API.[[BR]] 76 76 Description: This setting controls whether the Audio Device API should support device implementation that is based on the old sound device API (sound.h). 77 77