Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 4988e079d1203a2322347b0e32c297650d4c40ff..997461414f1ed83f33886880adec1082265c1a67 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; |
+ int32_t GetPayloadFrequency() const; |
kwiberg-webrtc
2016/09/20 15:34:54
Consider adding a comment that explains what this
ossu
2016/09/20 15:43:51
I don't know!
|
int64_t GetRTT(bool allow_associate_channel) const; |
rtc::CriticalSection _fileCritSect; |