summaryrefslogtreecommitdiff
path: root/other/apidsl
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 /other/apidsl
parent9aba4ec273b782fd34a869a902cc2a0b8275dbff (diff)
Added payload turning off by setting bit rate to 0
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/toxav.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index f3aa6f10..59a46612 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -519,6 +519,10 @@ error for send_frame {
519 */ 519 */
520 INVALID, 520 INVALID,
521 /** 521 /**
522 * Bit rate for this payload type was not set up.
523 */
524 BIT_RATE_NOT_SET,
525 /**
522 * Failed to push frame through rtp interface. 526 * Failed to push frame through rtp interface.
523 */ 527 */
524 RTP_FAILED, 528 RTP_FAILED,