summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-07-15 16:18:18 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 09:01:49 (GMT)
commitc9ba8e43fc23fccd47531ecea73224b3b9b552c3 (patch)
tree9d9953000cc4d76e798cd1967e8f1e76ff102100 /Swiften/ScreenSharing/RTPSession.h
parent70e395802de55b1d2eb9f92ad86349cd2d0d0575 (diff)
downloadswift-contrib-c9ba8e43fc23fccd47531ecea73224b3b9b552c3.zip
swift-contrib-c9ba8e43fc23fccd47531ecea73224b3b9b552c3.tar.bz2
Fix troubles in screen sharing example
Diffstat (limited to 'Swiften/ScreenSharing/RTPSession.h')
-rw-r--r--Swiften/ScreenSharing/RTPSession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/ScreenSharing/RTPSession.h b/Swiften/ScreenSharing/RTPSession.h
index 4399b2d..e4aa9c1 100644
--- a/Swiften/ScreenSharing/RTPSession.h
+++ b/Swiften/ScreenSharing/RTPSession.h
@@ -29,6 +29,8 @@ namespace Swift {
virtual void injectData(const SafeByteArray& data) = 0;
virtual void stop(int maxWaitMs = 100) = 0;
+ virtual size_t getMaxRTPPayloadSize() const = 0;
+
public:
boost::signal<void (uint8_t* data, size_t len, bool marker)> onIncomingPacket;
};