(02e2ef4b12567f1bcfa97b9c755dee4030070977)
#include <QtCore/qglobal.h>
#include <QtCore/qdebug.h>
#include <memory>
#include <pipewire/extensions/metadata.h>
#include <system_error>
#include <pipewire/pipewire.h>
Go to the source code of this file.
|
using | QtPipeWire::PwLoopHandle = MakeUniquePtr<pw_loop, pw_loop_destroy>::type |
using | QtPipeWire::PwContextHandle = MakeUniquePtr<pw_context, pw_context_destroy>::type |
using | QtPipeWire::PwPropertiesHandle = MakeUniquePtr<pw_properties, pw_properties_free>::type |
using | QtPipeWire::PwThreadLoopHandle = MakeUniquePtr<pw_thread_loop, pw_thread_loop_destroy>::type |
using | QtPipeWire::PwStreamHandle = MakeUniquePtr<pw_stream, pw_stream_destroy>::type |
using | QtPipeWire::PwRegistryHandle = MakeUniquePtr<pw_proxy, pw_proxy_destroy, pw_registry>::type |
using | QtPipeWire::PwNodeHandle = MakeUniquePtr<pw_proxy, pw_proxy_destroy, pw_node>::type |
using | QtPipeWire::PwMetadataHandle = MakeUniquePtr<pw_proxy, pw_proxy_destroy, pw_metadata>::type |
using | QtPipeWire::PwCoreConnectionHandle = std::unique_ptr<pw_core, PwCoreConnectionDeleter> |
using | QtPipeWire::ObjectId = StrongIdType<uint32_t, ObjectIdTag> |
using | QtPipeWire::ObjectSerial = StrongIdType<uint64_t, ObjectSerialTag> |
◆ QT_MM_GUARDED_BY
#define QT_MM_GUARDED_BY |
( |
| Mutex | ) |
|
◆ operator<<() [1/4]
◆ operator<<() [2/4]
◆ operator<<() [3/4]
◆ operator<<() [4/4]
◆ pw_check_library_version()
bool pw_check_library_version |
( |
int | major, |
|
|
int | minor, |
|
|
int | micro ) |