summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 48bb6b8c..ae95c61b 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -324,7 +324,15 @@ typedef enum TOXAV_ERR_BIT_RATE {
324 /** 324 /**
325 * The bit rate passed was not one of the supported values. 325 * The bit rate passed was not one of the supported values.
326 */ 326 */
327 TOXAV_ERR_BIT_RATE_INVALID 327 TOXAV_ERR_BIT_RATE_INVALID,
328 /**
329 * The friend_number passed did not designate a valid friend.
330 */
331 TOXAV_ERR_BIT_RATE_FRIEND_NOT_FOUND,
332 /**
333 * This client is currently not in a call with the friend.
334 */
335 TOXAV_ERR_BIT_RATE_FRIEND_NOT_IN_CALL
328} TOXAV_ERR_BIT_RATE; 336} TOXAV_ERR_BIT_RATE;
329/** 337/**
330 * Set the audio bit rate to be used in subsequent audio frames. 338 * Set the audio bit rate to be used in subsequent audio frames.