Ignore:
Timestamp:
Mar 21, 2006 11:59:15 AM (18 years ago)
Author:
bennylp
Message:

Added macro to exclude filters in resample and added options to select resample algorithm in conference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/conference.h

    r333 r347  
    6262                                     microphone device.                     */ 
    6363    PJMEDIA_CONF_NO_DEVICE = 2, /**< Do not create sound device.            */ 
     64    PJMEDIA_CONF_SMALL_FILTER=4,/**< Use small filter table when resampling */ 
     65    PJMEDIA_CONF_USE_LINEAR=8,  /**< Use linear resampling instead of filter 
     66                                     based.                                 */ 
    6467}; 
    6568 
Note: See TracChangeset for help on using the changeset viewer.