summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index e3b38a8e..2950941b 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -119,7 +119,12 @@ void rtp_kill ( RTPSession* session );
119/** 119/**
120 * By default rtp is not in receiving state 120 * By default rtp is not in receiving state
121 */ 121 */
122int rtp_register_for_receiving (RTPSession *session); 122int rtp_start_receiving (RTPSession *session);
123
124/**
125 * Pause rtp receiving mode.
126 */
127int rtp_stop_receiving (RTPSession *session);
123 128
124/** 129/**
125 * Sends msg to RTPSession::dest 130 * Sends msg to RTPSession::dest