![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qpipewire_propertydict_p.h"#include <pipewire/extensions/metadata.h>#include <QtCore/qspan.h>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | QtPipeWire |
Macros | |
| #define | PW_KEY_DEVICE_SYSFS_PATH "device.sysfs.path" |
| #define | PW_KEY_OBJECT_SERIAL "object.serial" |
Functions | |
| PwPropertiesHandle | QtPipeWire::makeProperties (QSpan< const spa_dict_item >) |
| PwPropertyDict | QtPipeWire::toPropertyDict (const spa_dict &) |
| std::optional< std::string_view > | QtPipeWire::getMediaClass (const PwPropertyDict &) |
| std::optional< std::string_view > | QtPipeWire::getNodeName (const PwPropertyDict &) |
| std::optional< std::string_view > | QtPipeWire::getNodeDescription (const PwPropertyDict &) |
| std::optional< ObjectId > | QtPipeWire::getDeviceId (const PwPropertyDict &) |
| std::optional< std::string_view > | QtPipeWire::getDeviceSysfsPath (const PwPropertyDict &) |
| std::optional< std::string_view > | QtPipeWire::getDeviceName (const PwPropertyDict &) |
| std::optional< std::string_view > | QtPipeWire::getDeviceDescription (const PwPropertyDict &) |
| std::optional< ObjectSerial > | QtPipeWire::getObjectSerial (const PwPropertyDict &) |
| std::optional< std::string_view > | QtPipeWire::getMetadataName (const PwPropertyDict &) |
| #define PW_KEY_DEVICE_SYSFS_PATH "device.sysfs.path" |
Definition at line 15 of file qpipewire_propertydict.cpp.
| #define PW_KEY_OBJECT_SERIAL "object.serial" |
Definition at line 18 of file qpipewire_propertydict.cpp.