summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authormannol <mannol@users.noreply.github.com>2015-10-19 14:18:58 +0200
committerEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-23 22:54:22 +0200
commit4f3be9f354dca109a41c844f81d9ffa5873f67d1 (patch)
tree38b77cff43618e9cf849473a917efc2ef8127f34 /toxav
parent01570177603a201128279f4d176f013764d95bd8 (diff)
Fix docs
Diffstat (limited to 'toxav')
-rw-r--r--toxav/toxav.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 859fe9af..b82a2ace 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -510,10 +510,10 @@ 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/video frames. 513 * Set the bit rate to be used in subsequent audio/video frames.
514 * 514 *
515 * @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
516 * audio bit rate. 516 * bit rate.
517 * @param audio_bit_rate The new audio bit rate in Kb/sec. Set to 0 to disable 517 * @param audio_bit_rate The new audio bit rate in Kb/sec. Set to 0 to disable
518 * audio sending. Set to -1 to leave unchanged. 518 * audio sending. Set to -1 to leave unchanged.
519 * @param video_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable 519 * @param video_bit_rate The new video bit rate in Kb/sec. Set to 0 to disable
@@ -529,7 +529,7 @@ bool toxav_bit_rate_set(ToxAV *toxAV, uint32_t friend_number, int32_t audio_bit_
529 * point core suggests new bit rates. 529 * point core suggests new bit rates.
530 * 530 *
531 * @param friend_number The friend number of the friend for which to set the 531 * @param friend_number The friend number of the friend for which to set the
532 * audio bit rate. 532 * bit rate.
533 * @param audio_bit_rate Suggested maximum audio bit rate in Kb/sec. 533 * @param audio_bit_rate Suggested maximum audio bit rate in Kb/sec.
534 * @param video_bit_rate Suggested maximum video bit rate in Kb/sec. 534 * @param video_bit_rate Suggested maximum video bit rate in Kb/sec.
535 */ 535 */