summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-06-27 01:55:28 +0200
committermannol <eniz_vukovic@hotmail.com>2015-06-27 01:55:28 +0200
commit08bc4eb0e09cb4d4d9724f7bfeae5f4feb3aaf29 (patch)
tree5cbdbf48806abd4a12bb94ac1dd5397e3ce4ae47 /toxav/toxav.h
parent9aba4ec273b782fd34a869a902cc2a0b8275dbff (diff)
Added payload turning off by setting bit rate to 0
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index ffe9fbb9..2094f66c 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -541,6 +541,10 @@ typedef enum TOXAV_ERR_SEND_FRAME {
541 */ 541 */
542 TOXAV_ERR_SEND_FRAME_INVALID, 542 TOXAV_ERR_SEND_FRAME_INVALID,
543 /** 543 /**
544 * Bit rate for this payload type was not set up.
545 */
546 TOXAV_ERR_SEND_FRAME_BIT_RATE_NOT_SET,
547 /**
544 * Failed to push frame through rtp interface. 548 * Failed to push frame through rtp interface.
545 */ 549 */
546 TOXAV_ERR_SEND_FRAME_RTP_FAILED, 550 TOXAV_ERR_SEND_FRAME_RTP_FAILED,