diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-02-21 10:24:48 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2011-02-21 10:24:48 +0000 |
| commit | 5b8f4c5775a01d974d89b2ffc5774f81055816ff (patch) | |
| tree | 79691c04f8c27a48d84e608bfdf1b77a31175ffa /src/QXmppRtpChannel.h | |
| parent | 0b53469e4937bdfcb167ebc025ad89a050eb11e1 (diff) | |
| download | qxmpp-5b8f4c5775a01d974d89b2ffc5774f81055816ff.tar.gz | |
multiple fixes for QXmppRtpChannel to get smooth sound on Windows
Diffstat (limited to 'src/QXmppRtpChannel.h')
| -rw-r--r-- | src/QXmppRtpChannel.h | 2 |
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: |
