summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-22 10:36:38 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-22 10:36:38 +0000
commit05d2361069b69983be079aa092191092ce67f877 (patch)
tree8467267d8b1089822b5193016c90e2fc6322d93d
parentcc90f28adff7561386a223a634c509d7c4ee97b5 (diff)
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
-rw-r--r--pjmedia/include/pjmedia/sound_port.h7
1 files changed, 0 insertions, 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
@@ -221,13 +221,6 @@ PJ_DECL(pj_status_t) pjmedia_snd_port_get_ec_tail(pjmedia_snd_port *snd_port,
/**
- * 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
* the port's put_frame() function. If the sound device has a sound player