Ignore:
Timestamp:
Feb 21, 2009 2:21:59 PM (15 years ago)
Author:
bennylp
Message:

Updated libraries and applications to use the new Audio Device API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjsip/src/pjsua-lib/pjsua_core.c

    r2394 r2468  
    178178    cfg->ilbc_mode = PJSUA_DEFAULT_ILBC_MODE; 
    179179    cfg->ec_tail_len = PJSUA_DEFAULT_EC_TAIL_LEN; 
     180    cfg->snd_rec_latency = PJMEDIA_SND_DEFAULT_REC_LATENCY; 
     181    cfg->snd_play_latency = PJMEDIA_SND_DEFAULT_PLAY_LATENCY; 
    180182    cfg->jb_init = cfg->jb_min_pre = cfg->jb_max_pre = cfg->jb_max = -1; 
    181183    cfg->snd_auto_close_time = -1; 
Note: See TracChangeset for help on using the changeset viewer.