From 05d2361069b69983be079aa092191092ce67f877 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 22 Jul 2008 10:36:38 +0000 Subject: Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2166 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia/sound_port.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pjmedia/include/pjmedia/sound_port.h b/pjmedia/include/pjmedia/sound_port.h index b50b9e78..0a106c66 100644 --- a/pjmedia/include/pjmedia/sound_port.h +++ b/pjmedia/include/pjmedia/sound_port.h @@ -220,13 +220,6 @@ PJ_DECL(pj_status_t) pjmedia_snd_port_get_ec_tail(pjmedia_snd_port *snd_port, unsigned *p_length); -/** - * Enable or disable echo canceller. By default the EC is enabled after it - * was created, so there is no need to enable the EC after creating it. - * This function is only useful to disable the echo canceller temporarily, - * for example during idle period, to prevent EC from using - */ - /** * Connect a port to the sound device port. If the sound device port has a * sound recorder device, then this will start periodic function call to -- cgit v1.2.3