Expand description
The core singleton object used in communication with a PipeWire instance.
This module contains wrappers for pw_core and related items.
Structs§
- Change
Mask - Core
- Transparent wrapper around a core.
- CoreBox
- Smart pointer providing unique ownership of a PipeWire core.
- CoreRc
- Reference counting smart pointer providing shared ownership of a PipeWire core.
- Core
Weak - Non-owning reference to a core managed by
CoreRc. - Info
- Listener
- An owned listener for core events.
- Listener
Local Builder - A builder for registering core event callbacks.