Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: webrtc/voice_engine/channel.h

Issue 2355483003: Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz. (Closed)
Patch Set: Implemented GetPayloadFrequency more properly and renamed it to GetRtpTimestampRateHz. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/channel.h
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
index 4988e079d1203a2322347b0e32c297650d4c40ff..3c8c23ea0983c1f17a9cfe864741f279d8af3a4f 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -440,7 +440,7 @@ class Channel
RTPExtensionType type,
unsigned char id);
- int32_t GetPlayoutFrequency() const;
+ int GetRtpTimestampRateHz() const;
int64_t GetRTT(bool allow_associate_channel) const;
rtc::CriticalSection _fileCritSect;

Powered by Google App Engine
This is Rietveld 408576698