Ignore:
Timestamp:
Feb 23, 2009 1:53:30 PM (15 years ago)
Author:
nanang
Message:
  • Updated Symbian bld.inf & MMP projects to use new audio framework.
  • Updated audiodev.c to accomodate Symbian audio devs (APS & standard multimedia framework).
  • Fixed compile warning & errors on Symbian.
File:
1 edited

Legend:

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

    r2473 r2475  
    6060 
    6161/** 
     62 * This setting controls whether Symbian APS support should be included. 
     63 */ 
     64#ifndef PJMEDIA_AUDIO_DEV_HAS_SYMB_APS 
     65#   define PJMEDIA_AUDIO_DEV_HAS_SYMB_APS       0 
     66#endif 
     67 
     68 
     69/** 
     70 * This setting controls whether Symbian audio (using built-in multimedia  
     71 * framework) support should be included. 
     72 */ 
     73#ifndef PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA 
     74#   define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA       0 
     75#endif 
     76 
     77/** 
    6278 * @} 
    6379 */ 
Note: See TracChangeset for help on using the changeset viewer.