summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/toxav.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index 22a01602..f437eeb3 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -490,12 +490,12 @@ namespace video {
490 * 490 *
491 * @param friend_number The friend number of the friend for which to set the 491 * @param friend_number The friend number of the friend for which to set the
492 * video bit rate. 492 * video bit rate.
493 * @param audio_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable 493 * @param video_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable
494 * video sending. 494 * video sending.
495 * @param force True if the bit rate change is forceful. 495 * @param force True if the bit rate change is forceful.
496 * 496 *
497 */ 497 */
498 bool set(uint32_t friend_number, uint32_t audio_bit_rate, bool force) with error for set_bit_rate; 498 bool set(uint32_t friend_number, uint32_t video_bit_rate, bool force) with error for set_bit_rate;
499 } 499 }
500} 500}
501/******************************************************************************* 501/*******************************************************************************