Refactored AudioCapture plugin.
Change-Id: I025588d7d2afc8d8137a258d86f6dab5b00b234a Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
b49746b588
commit
c2f95891c0
@@ -46,7 +46,7 @@
|
||||
#include <QtCore/qmutex.h>
|
||||
#include <qaudiobuffer.h>
|
||||
|
||||
QT_USE_NAMESPACE
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class AudioCaptureProbeControl : public QMediaAudioProbeControl
|
||||
{
|
||||
@@ -58,4 +58,6 @@ public:
|
||||
void bufferProbed(const char *data, quint32 size, const QAudioFormat& format);
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user