Use backticks not vertical bars to denote variables in comments for /modules/pacing
Bug: webrtc:12338 Change-Id: Id3b5081cf73be31829d75d7ef34942c2259053da Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227096 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34674}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
3754e7c7ad
commit
ee3e3fdfb6
@ -73,7 +73,7 @@ class PacingController {
|
||||
// Increasing this factor will result in lower delays in cases of bitrate
|
||||
// overshoots from the encoder.
|
||||
static const float kDefaultPaceMultiplier;
|
||||
// If no media or paused, wake up at least every |kPausedProcessIntervalMs| in
|
||||
// If no media or paused, wake up at least every `kPausedProcessIntervalMs` in
|
||||
// order to send a keep-alive packet so we don't get stuck in a bad state due
|
||||
// to lack of feedback.
|
||||
static const TimeDelta kPausedProcessInterval;
|
||||
@ -192,11 +192,11 @@ class PacingController {
|
||||
DataSize transport_overhead_per_packet_;
|
||||
|
||||
// TODO(webrtc:9716): Remove this when we are certain clocks are monotonic.
|
||||
// The last millisecond timestamp returned by |clock_|.
|
||||
// The last millisecond timestamp returned by `clock_`.
|
||||
mutable Timestamp last_timestamp_;
|
||||
bool paused_;
|
||||
|
||||
// If |use_interval_budget_| is true, |media_budget_| and |padding_budget_|
|
||||
// If `use_interval_budget_` is true, `media_budget_` and `padding_budget_`
|
||||
// will be used to track when packets can be sent. Otherwise the media and
|
||||
// padding debt counters will be used together with the target rates.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user