Ignore:
Timestamp:
Apr 7, 2010 1:21:31 PM (14 years ago)
Author:
nanang
Message:

More ticket #1055:

  • Added APS codecs detection.
  • Minor updates in symsndtest:
    • added log of supported extended audio formats.
    • changed libraries order in symsndtest.mmp, this fixes linking error on S60 3rd MR SDK.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-audiodev/config.h

    r3102 r3135  
    8888#ifndef PJMEDIA_AUDIO_DEV_HAS_SYMB_APS 
    8989#   define PJMEDIA_AUDIO_DEV_HAS_SYMB_APS       0 
     90#endif 
     91 
     92 
     93/** 
     94 * This setting controls whether Symbian APS should perform codec 
     95 * detection in its factory initalization. Note that codec detection  
     96 * may take few seconds and detecting more codecs will take more time. 
     97 * Possible values are: 
     98 * - 0: no codec detection, all APS codec (AMR-NB, G.711, G.729, and 
     99 *      iLBC) will be assumed as supported. 
     100 * - 1: minimal codec detection, i.e: only detect for AMR-NB and G.711, 
     101 *      (G.729 and iLBC are considered to be supported/unsupported when 
     102 *      G.711 is supported/unsupported). 
     103 * - 2: full codec detection, i.e: detect AMR-NB, G.711, G.729, and iLBC. 
     104 *  
     105 * Default: 1 (minimal codec detection) 
     106 */ 
     107#ifndef PJMEDIA_AUDIO_DEV_SYMB_APS_DETECTS_CODEC 
     108#   define PJMEDIA_AUDIO_DEV_SYMB_APS_DETECTS_CODEC 1 
    90109#endif 
    91110 
Note: See TracChangeset for help on using the changeset viewer.