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.
- Context
Box - Smart pointer providing unique ownership of a PipeWire context.
- Context
Rc - Reference counting smart pointer providing shared ownership of a PipeWire context.
- Context
Weak - Non-owning reference to a context managed by
ContextRc.