diff options
Diffstat (limited to 'other/apidsl/toxav.in.h')
-rw-r--r-- | other/apidsl/toxav.in.h | 7 |
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 | ******************************************************************************/ |
434 | namespace bit_rate { | 434 | namespace 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 |