Home --> Documentations --> PJMEDIA Reference
#include <echo.h>
Echo cancellation statistics.
The name of the EC backend. NULL if not specified.
Echo delay value (in ms). PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Echo return loss. PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Echo return loss enhancement. PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Echo delay standard deviation (in ms). PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Fraction of poor delay. Value between 0 to 1. The closer to 1, the poorer the EC quality. PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Learning still in progress? PJ_TRUE if yes, false if done. PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Learning duration (in ms). PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Detected echo tail length (in ms). PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Minimum scaling factor (in ms). PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Average scaling factor (in ms). PJMEDIA_ECHO_STAT_NOT_SPECIFIED if unavailable.
Text describing the statistic.
Internal buffer.