From 5b8f4c5775a01d974d89b2ffc5774f81055816ff Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 21 Feb 2011 10:24:48 +0000 Subject: multiple fixes for QXmppRtpChannel to get smooth sound on Windows --- src/QXmppRtpChannel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/QXmppRtpChannel.h') diff --git a/src/QXmppRtpChannel.h b/src/QXmppRtpChannel.h index 87e06830..5f74c401 100644 --- a/src/QXmppRtpChannel.h +++ b/src/QXmppRtpChannel.h @@ -75,6 +75,8 @@ public: /// \cond qint64 bytesAvailable() const; bool isSequential() const; + qint64 pos() const; + bool seek(qint64 pos); /// \endcond signals: -- cgit v1.2.3