PipeWire Factory
digraph inheritance { rankdir=LR; GObject -> WpObject; WpObject -> WpProxy; WpProxy -> WpGlobalProxy; WpGlobalProxy -> WpFactory; GInterface -> WpPipewireObject; WpPipewireObject -> WpFactory; }-
struct WpFactory
The WpFactory class allows accessing the properties and methods of PipeWire Factory objects (
struct pw_factory).A WpFactory is constructed internally by wireplumber, when the pipewire constructed factory objects are reported in by PipeWire registry and it is made available for wireplumber clients through the WpObjectManager API.
- Since
0.4.5
-
WP_TYPE_FACTORY (wp_factory_get_type ())
The WpFactory GType.