summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-03-29 01:10:34 +0100
committermannol <eniz_vukovic@hotmail.com>2015-03-29 01:10:34 +0100
commitfdaad0b7c008b65646ca5cbd62ac0d305617ecfe (patch)
treee7f3e4e7a39916c37ff5af4fc9224a562826217e /toxav/toxav.h
parente65efc8936ee029f735a22105843335c18026ad2 (diff)
A little CS cleanup
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.