Changes between Version 19 and Version 20 of Nokia_APS_VAS_Direct


Ignore:
Timestamp:
Jun 8, 2010 10:09:44 AM (14 years ago)
Author:
nanang
Comment:

Added info about template setting for enabling XXX-Direct in config_site_sample.h

Legend:

Unmodified
Added
Removed
Modified
  • Nokia_APS_VAS_Direct

    v19 v20  
    9595   - VAS is to be supported in future release ('''Update:''' it is supported now in SVN trunk.) 
    9696   - the WMME backend points to the native wmme_dev.c implementation and not WMME implementation from !PortAudio. We only use this WMME implementation to test APS-Direct framework on PC. 
     97 1. Alternatively, the {{{config_site_sample.h}}} has defined some template settings for enabling APS-Direct, VAS-Direct, or WMME-Direct, so the {{{config_site.h}}} can just simply define a template flag and include the {{{config_site_sample.h}}}, i.e: 
     98 {{{ 
     99#define PJ_CONFIG_NOKIA_APS_DIRECT   // enable APS-Direct 
     100 ..or.. 
     101#define PJ_CONFIG_NOKIA_VAS_DIRECT   // enable VAS-Direct 
     102 ..or.. 
     103#define PJ_CONFIG_WIN32_WMME_DIRECT  // enable WMME-Direct 
     104 
     105#include <pj/config_site_sample.h> 
     106 }}} 
    97107 1. If you are using PJSUA-LIB, then relatively that's all needed to make use of APS-Direct. Please note that the application logic must take care that there can only be one source transmitting to any destination in the switchboard. 
    98108