From 5a418de8f295d76e16873a0f1a8314e2a9fa6745 Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Fri, 21 Sep 2007 17:26:05 +0000 Subject: Added support to report RTP events in SIP sessions git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@494 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/Rtp.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'orkaudio/audiocaptureplugins/voip/Rtp.h') diff --git a/orkaudio/audiocaptureplugins/voip/Rtp.h b/orkaudio/audiocaptureplugins/voip/Rtp.h index 0e50979..b1568b1 100644 --- a/orkaudio/audiocaptureplugins/voip/Rtp.h +++ b/orkaudio/audiocaptureplugins/voip/Rtp.h @@ -44,6 +44,19 @@ public: }; typedef boost::shared_ptr RtpPacketInfoRef; +class RtpEventInfo +{ +public: + void ToString(CStdString& string); + + unsigned short m_event; + unsigned short m_e; + unsigned short m_r; + unsigned short m_volume; + unsigned short m_duration; + unsigned int m_startTimestamp; +}; +typedef boost::shared_ptr RtpEventInfoRef; #endif -- cgit v1.2.3