Expand description
The Core object is the top-level singleton representing a connection to the PipeWire server. The Core can be used to query objects known to the PipeWire server via the Registry. It can also be used to create objects on the server on behalf of this client (this functionality has not yet been implemented).
Structsยง
- Core
- A singleton object representing the connection between the client and the PipeWire server.
- Core
Change Mask - Indicates what changes are being signalled in a CoreEvents::info event.
- Core
Events - Events that may be emitted by a Core proxy object.
- Core
Info - Provides Core-related information in the CoreEvents::info event.
- Weak
Core - A weak reference to $name