summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-01-18 13:24:07 +0000
committerBenny Prijono <bennylp@teluu.com>2008-01-18 13:24:07 +0000
commitbafae412988630ebe61bd83aa24ba1614e68e59c (patch)
tree86c83dde8bb5755d6a11ca7103862b1526d1489a /pjsip/include
parent2af2cabbd266bdbf29bd9509053df8146cd88e27 (diff)
Minor correction about WAV player parameter name and its comment in pjsua.h
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1703 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 604f4f81..a1c5c86d 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -4084,7 +4084,8 @@ PJ_DECL(pj_status_t) pjsua_conf_get_signal_level(pjsua_conf_port_id slot,
* WAV files are supported, and the WAV file MUST be
* formatted as 16bit PCM mono/single channel (any
* clock rate is supported).
- * @param options Options (currently zero).
+ * @param options Optional option flag. Application may specify
+ * PJMEDIA_FILE_NO_LOOP to prevent playback loop.
* @param p_id Pointer to receive player ID.
*
* @return PJ_SUCCESS on success, or the appropriate error code.
@@ -4150,7 +4151,7 @@ PJ_DECL(pjsua_conf_port_id) pjsua_player_get_conf_port(pjsua_player_id id);
* \par Python:
* Not applicable.
*/
-PJ_DECL(pj_status_t) pjsua_player_get_port(pjsua_recorder_id id,
+PJ_DECL(pj_status_t) pjsua_player_get_port(pjsua_player_id id,
pjmedia_port **p_port);
/**