summaryrefslogtreecommitdiffstats
path: root/src/plugins/opensles/qopenslesaudiooutput.h
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2014-08-12 16:46:50 +0200
committerChristian Stromme <christian.stromme@digia.com>2014-08-25 16:33:16 +0200
commitfb35f025e320ef1639adf9a5d7bee73faa44e442 (patch)
treeb5dfbb8c756d449daee332e64d8c741379481306 /src/plugins/opensles/qopenslesaudiooutput.h
parent18e665b5a611823de13159bbaacd2134e6727180 (diff)
OpenSL: Fix QAudioOutput::setNotifyInterval().
It was not possible to change the notify interval after calling start(). Task-number: QTBUG-40208 Change-Id: I82a626003e3bdfe7b7fc88b2f97da492c788877e Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'src/plugins/opensles/qopenslesaudiooutput.h')
-rw-r--r--src/plugins/opensles/qopenslesaudiooutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/opensles/qopenslesaudiooutput.h b/src/plugins/opensles/qopenslesaudiooutput.h
index b0f01fa22..16cbc50d0 100644
--- a/src/plugins/opensles/qopenslesaudiooutput.h
+++ b/src/plugins/opensles/qopenslesaudiooutput.h
@@ -120,6 +120,7 @@ private:
qint64 m_elapsedTime;
qint64 m_processedBytes;
QAtomicInt m_availableBuffers;
+ SLuint32 m_eventMask;
qint32 m_streamType;
QTime m_clockStamp;