commit | 7ea460593c6dbdeba18c0dd1c56693bf022166e2 | [log] [tgz] |
---|---|---|
author | Ruslan Burakov <kuddai@google.com> | Sat Feb 16 02:07:05 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Feb 16 02:13:44 2019 +0000 |
tree | 5c701d186ea5f5351d6a8f38ad2cb61f2db3b3f0 | |
parent | 86f09741a7f465d52c2d114443b342b6921c196d [diff] [blame] |
Add latency to remote source api. Latency corresponds to base minimum delay on NetEq. Bug: webrtc:10287 Change-Id: I538d202e3e4fe07b779c46bf560e2fde38e0468e Reviewed-on: https://webrtc-review.googlesource.com/c/121704 Commit-Queue: Ruslan Burakov <kuddai@google.com> Reviewed-by: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26724}
diff --git a/api/media_stream_interface.cc b/api/media_stream_interface.cc index 73566c4..b55a840 100644 --- a/api/media_stream_interface.cc +++ b/api/media_stream_interface.cc
@@ -32,4 +32,8 @@ return {}; } +double AudioSourceInterface::GetLatency() const { + return 0.0; +} + } // namespace webrtc