Use backticks not vertical bars to denote variables in comments for /api
Bug: webrtc:12338 Change-Id: Ib97b2c3d64dbd895f261ffa76a2e885bd934a87f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226940 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34554}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
7750d802a5
commit
0e61fdd27c
@ -200,7 +200,7 @@ class AudioTrackSinkInterface {
|
||||
RTC_NOTREACHED() << "This method must be overridden, or not used.";
|
||||
}
|
||||
|
||||
// In this method, |absolute_capture_timestamp_ms|, when available, is
|
||||
// In this method, `absolute_capture_timestamp_ms`, when available, is
|
||||
// supposed to deliver the timestamp when this audio frame was originally
|
||||
// captured. This timestamp MUST be based on the same clock as
|
||||
// rtc::TimeMillis().
|
||||
@ -240,7 +240,7 @@ class RTC_EXPORT AudioSourceInterface : public MediaSourceInterface {
|
||||
// TODO(deadbeef): Makes all the interfaces pure virtual after they're
|
||||
// implemented in chromium.
|
||||
|
||||
// Sets the volume of the source. |volume| is in the range of [0, 10].
|
||||
// Sets the volume of the source. `volume` is in the range of [0, 10].
|
||||
// TODO(tommi): This method should be on the track and ideally volume should
|
||||
// be applied in the track in a way that does not affect clones of the track.
|
||||
virtual void SetVolume(double volume) {}
|
||||
@ -268,7 +268,7 @@ class AudioProcessorInterface : public rtc::RefCountInterface {
|
||||
AudioProcessingStats apm_statistics;
|
||||
};
|
||||
|
||||
// Get audio processor statistics. The |has_remote_tracks| argument should be
|
||||
// Get audio processor statistics. The `has_remote_tracks` argument should be
|
||||
// set if there are active remote tracks (this would usually be true during
|
||||
// a call). If there are no remote tracks some of the stats will not be set by
|
||||
// the AudioProcessor, because they only make sense if there is at least one
|
||||
|
||||
Reference in New Issue
Block a user