summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index befae5dc..d558991f 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -87,7 +87,7 @@ typedef struct Tox Tox;
87 */ 87 */
88#ifndef TOXAV_DEFINED 88#ifndef TOXAV_DEFINED
89#define TOXAV_DEFINED 89#define TOXAV_DEFINED
90typedef struct ToxAV_s ToxAV; 90typedef struct ToxAV ToxAV;
91#endif /* TOXAV_DEFINED */ 91#endif /* TOXAV_DEFINED */
92 92
93 93
@@ -510,12 +510,7 @@ typedef enum TOXAV_ERR_BIT_RATE_SET {
510} TOXAV_ERR_BIT_RATE_SET; 510} TOXAV_ERR_BIT_RATE_SET;
511 511
512/** 512/**
513 * Set the audio bit rate to be used in subsequent audio frames. If the passed 513 * Set the audio bit rate to be used in subsequent audio/video frames.
514 * bit rate is the same as the current bit rate this function will return true
515 * without calling a callback. If there is an active non forceful setup with the
516 * passed audio bit rate and the new set request is forceful, the bit rate is
517 * forcefully set and the previous non forceful request is cancelled. The active
518 * non forceful setup will be canceled in favour of new non forceful setup.
519 * 514 *
520 * @param friend_number The friend number of the friend for which to set the 515 * @param friend_number The friend number of the friend for which to set the
521 * audio bit rate. 516 * audio bit rate.