| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index d53cc06d407dde31c5b05a058c0ef51e6d4b90ba..03b19cc3a2656a720490f981a4c1f1cea2c5b030 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -258,17 +258,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
|
|
|