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
24
QT_BEGIN_NAMESPACE
25
26
// Shared by the device-info (qqnxsndaudiodevice.cpp) and device-enumeration
27
// (qqnxsndaudiodevices.cpp) translation units; defined in the latter.
28
Q_DECLARE_LOGGING_CATEGORY
(
lcQnxSndDevices
)
29
30
class
Q_MULTIMEDIA_EXPORT
QQnxSndAudioDeviceInfo
:
public
QAudioDevicePrivate
31
{
32
public
:
33
QQnxSndAudioDeviceInfo(
const
QByteArray &dev,
const
QString &description, QAudioDevice::Mode mode);
34
Q_DISABLE_COPY_MOVE(QQnxSndAudioDeviceInfo)
35
~QQnxSndAudioDeviceInfo();
36
};
37
38
QT_END_NAMESPACE
39
40
#
endif
// QQNXSNDAUDIODEVICE_P_H
QQnxSndAudioDeviceInfo
Definition
qqnxsndaudiodevice_p.h:31
QT_BEGIN_NAMESPACE::defaultDeviceFormat
QAudioDevicePrivate::AudioDeviceFormat defaultDeviceFormat(QAudioDevice::Mode mode)
Definition
qqnxsndaudiodevice.cpp:27
QT_BEGIN_NAMESPACE::probeDeviceFormat
QAudioDevicePrivate::AudioDeviceFormat probeDeviceFormat(const QByteArray &dev, QAudioDevice::Mode mode)
Definition
qqnxsndaudiodevice.cpp:56
std
[33]
Definition
src_corelib_tools_qhash.cpp:421
Q_DECLARE_LOGGING_CATEGORY
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)
qtmultimedia
src
multimedia
qnx-iosnd
qqnxsndaudiodevice_p.h
Generated on
for Qt by
1.16.1