Remove VoEVideoSync interface.

The removed tests are covered by cases in call_perf_tests.

BUG=webrtc:4690

Review-Url: https://codereview.webrtc.org/2672583002
Cr-Commit-Position: refs/heads/master@{#16621}
This commit is contained in:
solenberg
2017-02-15 00:42:31 -08:00
committed by Commit bot
parent 0ac1904e39
commit 08b19dfc67
20 changed files with 75 additions and 623 deletions

View File

@ -637,7 +637,8 @@ class AudioCodingModule {
//
virtual int SetMaximumPlayoutDelay(int time_ms) = 0;
//
// TODO(kwiberg): Consider if this is needed anymore, now that voe::Channel
// doesn't use it.
// The shortest latency, in milliseconds, required by jitter buffer. This
// is computed based on inter-arrival times and playout mode of NetEq. The
// actual delay is the maximum of least-required-delay and the minimum-delay