Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 9835b207579862225aa5d22d11bda07441984428..60e6f6040cd906f15c7a2b831db58d8b6be30580 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -249,17 +249,17 @@ class Channel |
int GetSpeechOutputLevel() const; |
int GetSpeechOutputLevelFullRange() const; |
- // VoENetEqStats |
+ // Stats. |
int GetNetworkStatistics(NetworkStatistics& stats); |
void GetDecodingCallStatistics(AudioDecodingCallStats* stats) const; |
- // Audio+Video Sync |
+ // Audio+Video Sync. |
uint32_t GetDelayEstimate() const; |
int SetMinimumPlayoutDelay(int delayMs); |
int GetPlayoutTimestamp(unsigned int& timestamp); |
int GetRtpRtcp(RtpRtcp** rtpRtcpModule, RtpReceiver** rtp_receiver) const; |
- // DTMF |
+ // DTMF. |
int SendTelephoneEventOutband(int event, int duration_ms); |
int SetSendTelephoneEventPayloadType(int payload_type, int payload_frequency); |