summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-12-08 01:16:02 +0000
committerHenri Herscher <henri@oreka.org>2005-12-08 01:16:02 +0000
commit390d0ca4d1b007976d165a36746f2b90796a6ea4 (patch)
tree77ce46f44a31eda1c056316a0cfe28467fafa946 /orkaudio/audiocaptureplugins/voip/RtpSession.h
parenta17b1dd992c8d9b77b35340258da2cc42aae618d (diff)
Oreka now supports mixing both sides into one file on Cisco CallManager
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@98 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/RtpSession.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/RtpSession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/RtpSession.h b/orkaudio/audiocaptureplugins/voip/RtpSession.h
index c3caadc..2d32d76 100644
--- a/orkaudio/audiocaptureplugins/voip/RtpSession.h
+++ b/orkaudio/audiocaptureplugins/voip/RtpSession.h
@@ -98,6 +98,8 @@ private:
void ReportMetadata();
RtpPacketInfoRef m_lastRtpPacket;
+ RtpPacketInfoRef m_lastRtpPacketSide1;
+ RtpPacketInfoRef m_lastRtpPacketSide2;
int m_numRtpPackets;
RtpRingBuffer m_rtpRingBuffer;
struct in_addr m_invitorIp;
@@ -107,6 +109,7 @@ private:
LoggerPtr m_log;
CStdString m_capturePort;
bool m_started;
+ int m_rtpTimestampCorrectiveOffset;
};
typedef boost::shared_ptr<RtpSession> RtpSessionRef;