![]() |
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_support_p.h"
#include <QtCore/qglobal.h>
#include <QtCore/qspan.h>
#include <pipewire/pipewire.h>
#include <functional>
#include <map>
#include <optional>
#include <string>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | QtPipeWire |
Typedefs | |
using | QtPipeWire::PwPropertyDict = std::map<std::string, std::string, std::less<>> |
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< 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< ObjectId > | QtPipeWire::getDeviceId (const PwPropertyDict &) |
std::optional< ObjectSerial > | QtPipeWire::getObjectSerial (const PwPropertyDict &) |
std::optional< std::string_view > | QtPipeWire::getMetadataName (const PwPropertyDict &) |