summaryrefslogtreecommitdiff
path: root/voice_engine/voe_rtp_rtcp_impl.h
diff options
context:
space:
mode:
authorroosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-12-12 21:31:41 +0000
committerroosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-12-12 21:31:41 +0000
commitca77149be1b63b2246af70b633d6648ecc69bd21 (patch)
tree7842dec44d97141bb7afa4a138625d3e09f4648a /voice_engine/voe_rtp_rtcp_impl.h
parenta0fc158546018dd97b467a35d76025ae78cb79d8 (diff)
downloadwebrtc-ca77149be1b63b2246af70b633d6648ecc69bd21.tar.gz
Add API to retreive last received RTP timestamp to VoiceEngine.
BUG= Review URL: https://webrtc-codereview.appspot.com/969016 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3271 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_rtp_rtcp_impl.h')
-rw-r--r--voice_engine/voe_rtp_rtcp_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/voice_engine/voe_rtp_rtcp_impl.h b/voice_engine/voe_rtp_rtcp_impl.h
index 721499cf..3d64205b 100644
--- a/voice_engine/voe_rtp_rtcp_impl.h
+++ b/voice_engine/voe_rtp_rtcp_impl.h
@@ -111,7 +111,8 @@ public:
bool markerBit,
const char* payloadData,
unsigned short payloadSize);
-
+ virtual int GetLastRemoteTimeStamp(int channel,
+ uint32_t* lastRemoteTimeStamp);
protected:
VoERTP_RTCPImpl(voe::SharedData* shared);
virtual ~VoERTP_RTCPImpl();