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

Unified Diff: webrtc/modules/audio_coding/neteq/neteq_impl.h

Issue 2262203002: Add NetEq::FilteredCurrentDelayMs() and use it in VoiceEngine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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/modules/audio_coding/neteq/neteq_impl.h
diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h
index e24dfb9e9b018ea9233cc708480450526f1e1933..91770c5995bf52c9fa9a5820f7d6b4371b0fbf67 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
+++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
@@ -146,6 +146,8 @@ class NetEqImpl : public webrtc::NetEq {
int CurrentDelayMs() const override;
+ int FilteredCurrentDelayMs() const override;
+
// Sets the playout mode to |mode|.
// Deprecated.
// TODO(henrik.lundin) Delete.

Powered by Google App Engine
This is Rietveld 408576698