Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qalsaaudiodevice_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 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//
5// W A R N I N G
6// -------------
7//
8// This file is not part of the Qt API. It exists for the convenience
9// of other Qt classes. This header file may change from version to
10// version without notice, or even be removed.
11//
12// We mean it.
13//
14
15
16#ifndef QALSAAUDIODEVICEINFO_H
17#define QALSAAUDIODEVICEINFO_H
18
19#include <alsa/asoundlib.h>
20
21#include <QtCore/qbytearray.h>
22#include <QtCore/qstringlist.h>
23#include <QtCore/qlist.h>
24#include <QtCore/qdebug.h>
25
26#include <QtMultimedia/qaudio.h>
27#include <private/qaudiodevice_p.h>
28#include <private/qaudiosystem_p.h>
29
31
32
34{
35public:
38
39private:
40 void checkSurround();
41 bool surround40{};
42 bool surround51{};
43 bool surround71{};
44};
45
47
48
49#endif // QALSAAUDIODEVICEINFO_H
QAlsaAudioDeviceInfo(const QByteArray &dev, const QString &description, QAudioDevice::Mode mode)
Mode
Describes the mode of this device.
\inmodule QtCore
Definition qbytearray.h:57
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
GLenum mode