Changeset 2506 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
- Timestamp:
- Mar 12, 2009 6:11:37 PM (16 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
-
Property
svn:mergeinfo
set to
False
/pjproject/branches/projects/aps-direct merged eligible
-
Property
svn:mergeinfo
set to
False
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r2505 r2506 4159 4159 app_config.cfg.cb.on_nat_detect = &on_nat_detect; 4160 4160 4161 /* Set sound device latency */ 4162 if (app_config.capture_lat > 0) 4163 app_config.media_cfg.snd_rec_latency = app_config.capture_lat; 4164 if (app_config.playback_lat) 4165 app_config.media_cfg.snd_play_latency = app_config.playback_lat; 4166 4161 4167 /* Initialize pjsua */ 4162 4168 status = pjsua_init(&app_config.cfg, &app_config.log_cfg, … … 4423 4429 if (status != PJ_SUCCESS) 4424 4430 goto on_error; 4425 4426 /* Set sound device latency */4427 pjmedia_snd_set_latency(app_config.capture_lat, app_config.playback_lat);4428 4431 4429 4432 /* Use null sound device? */
Note: See TracChangeset
for help on using the changeset viewer.