Module core

Module core 

Source
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.
CoreChangeMask
Indicates what changes are being signalled in a CoreEvents::info event.
CoreEvents
Events that may be emitted by a Core proxy object.
CoreInfo
Provides Core-related information in the CoreEvents::info event.
WeakCore
A weak reference to $name