Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqnxsndaudiodevice_p.h
Go to the documentation of this file.
1// Copyright (C) 2025 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#ifndef QQNXSNDAUDIODEVICE_P_H
16#define QQNXSNDAUDIODEVICE_P_H
17
18#include <QtCore/qbytearray.h>
19#include <QtCore/qloggingcategory.h>
20#include <QtMultimedia/qaudio.h>
21#include <QtMultimedia/private/qaudiodevice_p.h>
22#include <QtMultimedia/private/qaudiosystem_p.h>
23
25
26// Shared by the device-info (qqnxsndaudiodevice.cpp) and device-enumeration
27// (qqnxsndaudiodevices.cpp) translation units; defined in the latter.
29
30class Q_MULTIMEDIA_EXPORT QQnxSndAudioDeviceInfo : public QAudioDevicePrivate
31{
32public:
33 QQnxSndAudioDeviceInfo(const QByteArray &dev, const QString &description, QAudioDevice::Mode mode);
34 Q_DISABLE_COPY_MOVE(QQnxSndAudioDeviceInfo)
35 ~QQnxSndAudioDeviceInfo();
36};
37
38QT_END_NAMESPACE
39
40#endif // QQNXSNDAUDIODEVICE_P_H
QAudioDevicePrivate::AudioDeviceFormat defaultDeviceFormat(QAudioDevice::Mode mode)
QAudioDevicePrivate::AudioDeviceFormat probeDeviceFormat(const QByteArray &dev, QAudioDevice::Mode mode)
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)