Changeset 3841 for pjproject/trunk/pjmedia/include/pjmedia/echo.h
- Timestamp:
- Oct 24, 2011 9:28:13 AM (12 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
-
pjproject/trunk/pjmedia/include/pjmedia/echo.h
r3553 r3841 89 89 * canceller will not be called by different threads at the same time. 90 90 */ 91 PJMEDIA_ECHO_NO_LOCK = 16 91 PJMEDIA_ECHO_NO_LOCK = 16, 92 93 /** 94 * If PJMEDIA_ECHO_USE_SIMPLE_FIFO flag is specified, the delay buffer 95 * created for the echo canceller will use simple FIFO mechanism, i.e. 96 * without using WSOLA to expand and shrink audio samples. 97 */ 98 PJMEDIA_ECHO_USE_SIMPLE_FIFO = 32 99 92 100 93 101 } pjmedia_echo_flag;
Note: See TracChangeset
for help on using the changeset viewer.