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

Unified Diff: webrtc/voice_engine/channel.h

Issue 2672583002: Remove VoEVideoSync interface. (Closed)
Patch Set: better thread checking Created 3 years, 10 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 c512c0838458751b16a072745943715e2051e784..9e7b1ef16e3d1a9b3f2b0b1211d3670e0c93a666 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -273,17 +273,10 @@ class Channel
int GetNetworkStatistics(NetworkStatistics& stats);
void GetDecodingCallStatistics(AudioDecodingCallStats* stats) const;
- // VoEVideoSync
- bool GetDelayEstimate(int* jitter_buffer_delay_ms,
- int* playout_buffer_delay_ms) const;
+ // Audio+Video Sync
uint32_t GetDelayEstimate() const;
- int LeastRequiredDelayMs() const;
int SetMinimumPlayoutDelay(int delayMs);
int GetPlayoutTimestamp(unsigned int& timestamp);
- int SetInitTimestamp(unsigned int timestamp);
- int SetInitSequenceNumber(short sequenceNumber);
-
- // VoEVideoSyncExtended
int GetRtpRtcp(RtpRtcp** rtpRtcpModule, RtpReceiver** rtp_receiver) const;
// DTMF

Powered by Google App Engine
This is Rietveld 408576698