Class
PwgLink
since: 0.3.7
Description [src]
final class Pwg.Link : GObject.Object
{
/* No available fields */
}
Live PipeWire link proxy for observing link state.
Link objects bind a discovered link global and expose copied state updates. They do not expose raw PipeWire proxy ownership to language bindings.
Stability: Unstable
Available since: 0.3.7
Instance methods
pwg_link_start
Binds the link proxy. If the core is not connected, this method connects it first.
since: 0.3.7
pwg_link_sync
Starts the link proxy if needed, performs a PipeWire core roundtrip, and dispatches link state updates queued before the matching roundtrip completion on this object’s main context.
since: 0.3.7
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.