Changeset 642 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Aug 2, 2006 6:22:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r637 r642 2129 2129 unsigned rx_drop_pct; 2130 2130 2131 /** 2132 * Echo canceller tail length, in miliseconds. 2133 * 2134 * Default: 256 2135 */ 2136 unsigned ec_tail_len; 2131 2137 }; 2132 2138 … … 2147 2153 cfg->quality = 6; 2148 2154 cfg->ilbc_mode = 20; 2155 cfg->ec_tail_len = 256; 2149 2156 } 2150 2157
Note: See TracChangeset
for help on using the changeset viewer.