summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-02-21 01:07:22 +0100
committermannol <eniz_vukovic@hotmail.com>2015-02-21 01:07:22 +0100
commit29601feb7656d1a75b4ab7cdb161f232f0ec92dc (patch)
tree9f09494355e792a62f9c5b52a152214030d9dfb9 /toxav/rtp.h
parentefe31ec92f476faffd6502714d05cce0a7dfadc7 (diff)
New msi protocol
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