Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qandroidmediadevices_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QANDROIDMEDIADEVICES_H
5#define QANDROIDMEDIADEVICES_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <private/qplatformmediadevices_p.h>
19#include <qaudio.h>
20
22
24{
25public:
27
28 QList<QAudioDevice> audioInputs() const override;
29 QList<QAudioDevice> audioOutputs() const override;
31 QObject *parent) override;
33 QObject *parent) override;
34
37};
38
40
41#endif
QPlatformAudioSink * createAudioSink(const QAudioDevice &deviceInfo, QObject *parent) override
QPlatformAudioSource * createAudioSource(const QAudioDevice &deviceInfo, QObject *parent) override
QList< QAudioDevice > audioInputs() const override
QList< QAudioDevice > audioOutputs() const override
The QAudioDevice class provides an information about audio devices and their functionality.
Definition qlist.h:74
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
Combined button and popup list for selecting options.