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/pjmedia/include/pjmedia/sound_port.h

    r4982 r6140  
    2828#include <pjmedia/clock.h> 
    2929#include <pjmedia/port.h> 
     30#include <pjmedia/echo.h> 
    3031 
    3132PJ_BEGIN_DECL 
     
    318319 
    319320/** 
     321 * Get echo canceller statistics. 
     322 * 
     323 * @param snd_port          The sound device port. 
     324 * @param p_stat            Pointer to receive the stat. 
     325 * 
     326 * @return                  PJ_SUCCESS on success, or the appropriate error 
     327 *                          code. 
     328 */ 
     329PJ_DECL(pj_status_t) pjmedia_snd_port_get_ec_stat(pjmedia_snd_port *snd_port, 
     330                                                  pjmedia_echo_stat *p_stat); 
     331 
     332 
     333/** 
    320334 * Get a clock source from the sound port. 
    321335 * 
Note: See TracChangeset for help on using the changeset viewer.