Module properties

Source
Expand description

Properties are used to pass around arbitrary key/value pairs.

This module contains wrappers for pw_properties and related items.

Macros§

__properties__
A macro for creating a new Properties struct with predefined key-value pairs.
properties
A macro for creating a new Properties struct with predefined key-value pairs.

Structs§

Properties
Transparent wrapper around a properties object.
PropertiesBox
Smart pointer providing unique ownership of a PipeWire properties object.