4#ifndef QWASMAUDIOINPUT_H
5#define QWASMAUDIOINPUT_H
18#include <QtCore/qobject.h>
19#include <QtCore/qloggingcategory.h>
21#include <private/qtmultimediaglobal_p.h>
22#include <private/qplatformaudioinput_p.h>
23#include "private/qwasmmediadevices_p.h"
25#include <emscripten.h>
26#include <emscripten/val.h>
51 bool m_wasMuted =
false;
52 void setDeviceSourceStream(
const std::string &id);
53 emscripten::val m_mediaStream;
54 std::unique_ptr<JsMediaInputStream> m_mediaInputStream;
Combined button and popup list for selecting options.
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcEventDispatcher)