From 29601feb7656d1a75b4ab7cdb161f232f0ec92dc Mon Sep 17 00:00:00 2001 From: mannol Date: Sat, 21 Feb 2015 01:07:22 +0100 Subject: New msi protocol --- toxav/rtp.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'toxav/rtp.h') 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 ); /** * By default rtp is not in receiving state */ -int rtp_register_for_receiving (RTPSession *session); +int rtp_start_receiving (RTPSession *session); + +/** + * Pause rtp receiving mode. + */ +int rtp_stop_receiving (RTPSession *session); /** * Sends msg to RTPSession::dest -- cgit v1.2.3