Struct MicrophoneParameters#

Struct Documentation#

struct MicrophoneParameters#

Public Functions

QJsonObject to_json() const#

Public Members

QString deviceId#
QString friendlyName = "Microphone"#
int sampleRate = 44100#
int channels = 2#
int bufferSize = 512#

Public Static Functions

static std::optional<MicrophoneParameters> from_json(const QJsonObject&)#