Ignore:
Timestamp:
Aug 6, 2006 2:15:47 PM (18 years ago)
Author:
bennylp
Message:

Change the silence suppressor to use the adaptive silence detector.

File:
1 edited

Legend:

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

    r633 r655  
    294294 
    295295/** 
     296 * Get total number of ports connections currently set up in the bridge. 
     297 *  
     298 * @param conf          The conference bridge. 
     299 * 
     300 * @return              PJ_SUCCESS on success. 
     301 */ 
     302PJ_DECL(unsigned) pjmedia_conf_get_connect_count(pjmedia_conf *conf); 
     303 
     304 
     305/** 
    296306 * Remove the specified port from the conference bridge. 
    297307 * 
Note: See TracChangeset for help on using the changeset viewer.