OpenSL ES: lazy initialization of QAudioInput's supported formats.

Change-Id: I51cdd35a944c990ce7df999bcb6063342e98c62d
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
Yoann Lopes
2014-03-11 12:31:34 +01:00
committed by The Qt Project
parent c24c3b171f
commit a6e0dd525a
2 changed files with 11 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ private:
QList<int> m_supportedInputChannelCounts;
QList<int> m_supportedInputSampleRates;
bool m_checkedInputFormats;
};
QT_END_NAMESPACE