summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/Rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/Rtp.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/Rtp.h13
1 files changed, 13 insertions, 0 deletions
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<RtpPacketInfo> 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<RtpEventInfo> RtpEventInfoRef;
#endif