Ignore:
Timestamp:
Jan 28, 2020 6:58:45 AM (4 years ago)
Author:
ming
Message:

Closed #2143: Add AEC info to call info & statistics dump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r6137 r6140  
    74537453 
    74547454/** 
     7455 * Get echo canceller statistics. 
     7456 * 
     7457 * @param p_stat            Pointer to receive the stat. 
     7458 * 
     7459 * @return                  PJ_SUCCESS on success, or the appropriate error 
     7460 *                          code. 
     7461 */ 
     7462PJ_DECL(pj_status_t) pjsua_get_ec_stat(pjmedia_echo_stat *p_stat); 
     7463 
     7464 
     7465/** 
    74557466 * Check whether the sound device is currently active. The sound device 
    74567467 * may be inactive if the application has set the auto close feature to 
Note: See TracChangeset for help on using the changeset viewer.