![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qdebug.h>#include <QtCore/qglobal.h>#include <chrono>#include <memory>#include <mutex>#include <pipewire/extensions/metadata.h>#include <system_error>#include <pipewire/pipewire.h>Go to the source code of this file.
Classes | |
| struct | QtPipeWire::HandleDeleter< BaseType,, Type > |
| struct | QtPipeWire::MakeUniquePtr< BaseType,, Type > |
| struct | QtPipeWire::PwCoreConnectionDeleter |
| struct | QtPipeWire::SpaHandleDeleter |
| class | QtPipeWire::PWThreadedEventLoop |
| struct | QtPipeWire::StrongIdType< T, Tag > |
| struct | QtPipeWire::ObjectIdTag |
| struct | QtPipeWire::ObjectSerialTag |
Namespaces | |
| namespace | QtPipeWire |
Macros | |
| #define | QT_MM_GUARDED_BY(Mutex) |
Functions | |
| bool | pw_check_library_version (int major, int minor, int micro) |
| std::error_code | QtPipeWire::make_error_code (int errnoValue=errno) |
| QDebug | operator<< (QDebug dbg, const spa_dict &dict) |
| QDebug | operator<< (QDebug dbg, const spa_pod &pod) |
| QDebug | operator<< (QDebug dbg, enum pw_stream_state) |
| QDebug | operator<< (QDebug dbg, const pw_time &state) |
| #define QT_MM_GUARDED_BY | ( | Mutex | ) |
Definition at line 186 of file qpipewire_support_p.h.
Definition at line 154 of file qpipewire_support.cpp.
Definition at line 80 of file qpipewire_support.cpp.
Definition at line 133 of file qpipewire_support.cpp.
| bool pw_check_library_version | ( | int | major, |
| int | minor, | ||
| int | micro ) |