Changeset 4090
- Timestamp:
- Apr 26, 2012 9:12:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_aud.c
r4000 r4090 861 861 if (pjsua_var.cap_dev != NULL_SND_DEV_ID) { 862 862 pjmedia_snd_port_param param; 863 864 pjmedia_snd_port_param_default(¶m); 865 param.ec_options = pjsua_var.media_cfg.ec_options; 863 866 864 867 /* Create parameter based on peer info */ … … 1892 1895 pjsua_var.media_cfg.audio_frame_ptime * 1893 1896 pjsua_var.media_cfg.channel_count / 1000; 1897 pjmedia_snd_port_param_default(¶m); 1898 param.ec_options = pjsua_var.media_cfg.ec_options; 1894 1899 status = create_aud_param(¶m.base, capture_dev, playback_dev, 1895 1900 alt_cr[i], pjsua_var.media_cfg.channel_count, … … 2034 2039 2035 2040 pjsua_var.media_cfg.ec_tail_len = tail_ms; 2041 pjsua_var.media_cfg.ec_options = options; 2036 2042 2037 2043 if (pjsua_var.snd_port)
Note: See TracChangeset
for help on using the changeset viewer.