Ignore:
Timestamp:
Jul 14, 2009 2:33:39 PM (15 years ago)
Author:
nanang
Message:

Ticket #909:

  • Added support for Nokia VAS 2.0.
  • Fixed wrong value assigned to last downstream state var in downstream callback.
  • Minor fix in config_site_sample.h related to VAS Direct setting.
File:
1 edited

Legend:

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

    r2821 r2833  
    7272#ifndef PJMEDIA_AUDIO_DEV_HAS_SYMB_VAS 
    7373#   define PJMEDIA_AUDIO_DEV_HAS_SYMB_VAS       0 
     74#endif 
     75 
     76/** 
     77 * This setting controls Symbian VAS version to be used. Currently, valid 
     78 * values are only 1 (for VAS 1.0) and 2 (for VAS 2.0). 
     79 * 
     80 * Default: 1 (VAS version 1.0) 
     81 */ 
     82#ifndef PJMEDIA_AUDIO_DEV_SYMB_VAS_VERSION 
     83#   define PJMEDIA_AUDIO_DEV_SYMB_VAS_VERSION   1 
    7484#endif 
    7585 
Note: See TracChangeset for help on using the changeset viewer.