Ignore:
Timestamp:
Mar 30, 2010 10:55:01 AM (14 years ago)
Author:
ming
Message:

Implemented ticket #1051: Core audio device support for Mac and iPhone OS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/iphone/pjmedia/include/pjmedia-audiodev/config.h

    r3102 r3127  
    7272#ifndef PJMEDIA_AUDIO_DEV_HAS_NULL_AUDIO 
    7373#   define PJMEDIA_AUDIO_DEV_HAS_NULL_AUDIO     0 
     74#endif 
     75 
     76 
     77/** 
     78 * This setting controls whether coreaudio support should be included. 
     79 */ 
     80#ifndef PJMEDIA_AUDIO_DEV_HAS_COREAUDIO 
     81#   define PJMEDIA_AUDIO_DEV_HAS_COREAUDIO      1 
    7482#endif 
    7583 
Note: See TracChangeset for help on using the changeset viewer.