summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authorEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-11 00:01:44 +0200
committerEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-11 00:41:34 +0200
commit8f130b6f256badd93e96c6a7d074d461c6fe106d (patch)
treef33757c617c2f3d5ffe90947773071db8f06d8f1 /other/apidsl
parentb93322242ab4c4275b01af73e2eca5c36bed6c10 (diff)
Remove old comment
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/toxav.in.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index c272b934..20efa1d1 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -433,12 +433,7 @@ bool call_control (uint32_t friend_number, CALL_CONTROL control) {
433 ******************************************************************************/ 433 ******************************************************************************/
434namespace bit_rate { 434namespace bit_rate {
435 /** 435 /**
436 * Set the audio bit rate to be used in subsequent audio frames. If the passed 436 * Set the audio bit rate to be used in subsequent audio/video frames.
437 * bit rate is the same as the current bit rate this function will return true
438 * without calling a callback. If there is an active non forceful setup with the
439 * passed audio bit rate and the new set request is forceful, the bit rate is
440 * forcefully set and the previous non forceful request is cancelled. The active
441 * non forceful setup will be canceled in favour of new non forceful setup.
442 * 437 *
443 * @param friend_number The friend number. 438 * @param friend_number The friend number.
444 * @param audio_bit_rate The new audio bit rate in Kb/sec. Set to 0 to disable 439 * @param audio_bit_rate The new audio bit rate in Kb/sec. Set to 0 to disable