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
qpipewire_audiodevice_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
#
ifndef
QPIPEWIRE_AUDIODEVICE_P_H
5
#
define
QPIPEWIRE_AUDIODEVICE_P_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
<
QtMultimedia
/
private
/
qaudiodevice_p
.
h
>
19
#
include
<
QtMultimedia
/
private
/
qpipewire_propertydict_p
.
h
>
20
#
include
<
QtMultimedia
/
private
/
qpipewire_spa_pod_support_p
.
h
>
21
#
include
<
QtMultimedia
/
qaudiodevice
.
h
>
22
#
include
<
QtCore
/
qlist
.
h
>
23
24
QT_BEGIN_NAMESPACE
25
26
namespace
QtPipeWire
{
27
28
class
Q_MULTIMEDIA_EXPORT
QPipewireAudioDevicePrivate
:
public
QAudioDevicePrivate
29
{
30
public
:
31
QPipewireAudioDevicePrivate
(
const
PwPropertyDict
&
nodeProperties
,
const
SpaObjectAudioFormat
&,
32
QAudioDevice
::
Mode
,
bool
isDefault
);
33
~
QPipewireAudioDevicePrivate
()
override
;
34
35
Q_DISABLE_COPY_MOVE
(
QPipewireAudioDevicePrivate
)
36
37
QByteArray
nodeName
()
const
{
return
m_nodeName
; }
38
39
private
:
40
QByteArray
m_nodeName
;
41
42
std
::
optional
<
QList
<
spa_audio_channel
>>
m_channelPositions
;
43
};
44
45
}
// namespace QtPipeWire
46
47
QT_END_NAMESPACE
48
49
#
endif
// QPIPEWIRE_AUDIODEVICE_P_H
QtPipeWire::QPipewireAudioDevicePrivate
Definition
qpipewire_audiodevice_p.h:29
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
QtPipeWire
Definition
qpipewire_async_support.cpp:10
qtmultimedia
src
multimedia
pipewire
qpipewire_audiodevice_p.h
Generated on
for Qt by
1.16.1