diff options
Diffstat (limited to 'Swiften/ScreenSharing/RTPSessionImpl.h')
| -rw-r--r-- | Swiften/ScreenSharing/RTPSessionImpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/ScreenSharing/RTPSessionImpl.h b/Swiften/ScreenSharing/RTPSessionImpl.h index 231ec1e..2c6fed2 100644 --- a/Swiften/ScreenSharing/RTPSessionImpl.h +++ b/Swiften/ScreenSharing/RTPSessionImpl.h @@ -45,8 +45,10 @@ namespace Swift { virtual void sendPacket(const SafeByteArray &data, int timestampinc, bool marker = false); virtual void injectData(const SafeByteArray &data); virtual void stop(int maxWaitMs = 100); + virtual size_t getMaxRTPPayloadSize() const; + public: static jrtplib::RTPIPv4Address nativeAddressToJRTPAddress(const HostAddressPort& hostAddressPort); private: |
Swift