Ignore:
Timestamp:
Feb 13, 2009 11:53:12 AM (15 years ago)
Author:
bennylp
Message:

Added APS-Direct emulation to sound port and pjsua_app.c, also fixed miscellaneous compilation warnings

File:
1 edited

Legend:

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

    r2434 r2452  
    108108#endif 
    109109 
     110/** 
     111 * Specify if the sound device implementation supports handling encoded 
     112 * frames. Setting this to zero will activate some emulation in the 
     113 * sound port. 
     114 */ 
     115#if PJMEDIA_SOUND_IMPLEMENTATION==PJMEDIA_SOUND_SYMB_APS_SOUND || \ 
     116    PJMEDIA_SOUND_IMPLEMENTATION==PJMEDIA_SOUND_SYMB_VAS_SOUND 
     117#   define PJMEDIA_SND_SUPPORT_OPEN2    1 
     118#else 
     119#   define PJMEDIA_SND_SUPPORT_OPEN2    0 
     120#endif 
    110121 
    111122/** 
Note: See TracChangeset for help on using the changeset viewer.