Changeset 2821 for pjproject/trunk/pjlib/include/pj/config_site_sample.h
- Timestamp:
- Jun 30, 2009 1:37:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/config_site_sample.h
r2678 r2821 226 226 #define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA 0 227 227 #define PJMEDIA_AUDIO_DEV_HAS_SYMB_APS 1 228 229 /* Enable passthrough codec framework */ 230 #define PJMEDIA_HAS_PASSTHROUGH_CODECS 1 231 232 /* And selectively enable which codecs are supported by the handset */ 233 #define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMU 1 234 #define PJMEDIA_HAS_PASSTHROUGH_CODEC_PCMA 1 235 #define PJMEDIA_HAS_PASSTHROUGH_CODEC_AMR 1 236 #define PJMEDIA_HAS_PASSTHROUGH_CODEC_G729 1 237 #define PJMEDIA_HAS_PASSTHROUGH_CODEC_ILBC 1 238 239 #endif 240 241 242 /* 243 * Additional configuration to activate VAS-Direct feature for 244 * Nokia S60 target 245 * 246 * Please see http://trac.pjsip.org/repos/wiki/Nokia_APS_VAS_Direct 247 */ 248 #ifdef PJ_CONFIG_NOKIA_VAS_DIRECT 249 250 /* MUST use switchboard rather than the conference bridge */ 251 #define PJMEDIA_CONF_USE_SWITCH_BOARD 1 252 253 /* Enable APS sound device backend and disable MDA */ 254 #define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA 0 255 #define PJMEDIA_AUDIO_DEV_HAS_SYMB_VAS 1 228 256 229 257 /* Enable passthrough codec framework */
Note: See TracChangeset
for help on using the changeset viewer.