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_propertydict_p.h File Reference

(b162c2a26b5ef144e656eae09a94679c25873cc8)

#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>
Include dependency graph for qpipewire_propertydict_p.h:
This graph shows which files directly or indirectly include this file:

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< ObjectIdQtPipeWire::getDeviceId (const PwPropertyDict &)
std::optional< ObjectSerialQtPipeWire::getObjectSerial (const PwPropertyDict &)
std::optional< std::string_view > QtPipeWire::getMetadataName (const PwPropertyDict &)