aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppRtpChannel.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-02-21 10:24:48 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-02-21 10:24:48 +0000
commit5b8f4c5775a01d974d89b2ffc5774f81055816ff (patch)
tree79691c04f8c27a48d84e608bfdf1b77a31175ffa /src/QXmppRtpChannel.h
parent0b53469e4937bdfcb167ebc025ad89a050eb11e1 (diff)
downloadqxmpp-5b8f4c5775a01d974d89b2ffc5774f81055816ff.tar.gz
multiple fixes for QXmppRtpChannel to get smooth sound on Windows
Diffstat (limited to 'src/QXmppRtpChannel.h')
-rw-r--r--src/QXmppRtpChannel.h2
1 files changed, 2 insertions, 0 deletions
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: