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_instance_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_INSTANCE_P_H
5
#
define
QPIPEWIRE_INSTANCE_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
<
QtCore
/
qglobal
.
h
>
19
#
include
<
QtCore
/
qloggingcategory
.
h
>
20
21
#
include
<
pipewire
/
pipewire
.
h
>
22
23
QT_BEGIN_NAMESPACE
24
25
namespace
QtPipeWire
{
26
27
Q_DECLARE_LOGGING_CATEGORY
(
lcPipewire
);
// "qt.multimedia.pipewire"
28
29
class
QPipeWireInstance
30
{
31
public
:
32
[[nodiscard]]
static
std
::
shared_ptr
<
QPipeWireInstance
>
instance
();
33
static
bool
isLoaded
();
34
35
QPipeWireInstance
();
36
~
QPipeWireInstance
();
37
};
38
39
}
// namespace QtPipeWire
40
41
QT_END_NAMESPACE
42
43
#
endif
// QPIPEWIRE_INSTANCE_P_H
QtPipeWire::QPipeWireInstance
Definition
qpipewire_instance_p.h:30
QtPipeWire::QPipeWireInstance::QPipeWireInstance
QPipeWireInstance()
Definition
qpipewire_instance.cpp:54
QtPipeWire::QPipeWireInstance::isLoaded
static bool isLoaded()
Definition
qpipewire_instance.cpp:45
QtPipeWire::QPipeWireInstance::~QPipeWireInstance
~QPipeWireInstance()
Definition
qpipewire_instance.cpp:62
QtPipeWire::QPipeWireInstance::instance
static std::shared_ptr< QPipeWireInstance > instance()
Definition
qpipewire_instance.cpp:34
QtPipeWire
Definition
qpipewire_async_support.cpp:10
QtPipeWire::Q_LOGGING_CATEGORY
Q_LOGGING_CATEGORY(lcPipewire, "qt.multimedia.pipewire")
QtPipeWire::Q_DECLARE_LOGGING_CATEGORY
Q_DECLARE_LOGGING_CATEGORY(lcPipewire)
std
[33]
Definition
src_corelib_tools_qhash.cpp:421
qtmultimedia
src
multimedia
pipewire
qpipewire_instance_p.h
Generated on
for Qt by
1.16.1