summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-24 01:56:49 +0200
committerEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-24 01:56:49 +0200
commit87828a1b425fb46d3276f6166f9de49744b8e583 (patch)
tree05d36f38bbcbc0cce0899cea7d54b7623b07c0be /other/apidsl
parent7972db5c41b1cd573e4ba362d5d76ad4cd691c9f (diff)
Add synchronization protection for send_frame API functions
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 592c3def..ab89b0ea 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -493,6 +493,10 @@ error for send_frame {
493 */ 493 */
494 FRIEND_NOT_IN_CALL, 494 FRIEND_NOT_IN_CALL,
495 /** 495 /**
496 * Synchronization error occurred.
497 */
498 SYNC,
499 /**
496 * One of the frame parameters was invalid. E.g. the resolution may be too 500 * One of the frame parameters was invalid. E.g. the resolution may be too
497 * small or too large, or the audio sampling rate may be unsupported. 501 * small or too large, or the audio sampling rate may be unsupported.
498 */ 502 */