Module context

Source
Expand description

The context manages all locally available resources.

It can be used to connect to another PipeWire instance (the main daemon, for example) and interact with it.

This module contains wrappers for pw_context and related items.

Structsยง

Context
Transparent wrapper around a context.
ContextBox
Smart pointer providing unique ownership of a PipeWire context.
ContextRc
Reference counting smart pointer providing shared ownership of a PipeWire context.
ContextWeak
Non-owning reference to a context managed by ContextRc.