Class
PwgRouteInfo
since: 0.1
Description [src]
final class Pwg.RouteInfo : GObject.Object
{
/* No available fields */
}
Immutable typed view of a copied PipeWire ParamRoute parameter.
Route information is copied from PwgParam, so it is safe to inspect
from language bindings without exposing raw SPA POD ownership.
This class describes route data published by PipeWire. It does not select routes or implement session-manager policy.
Stability: Unstable
Available since: 0.1
Constructors
pwg_route_info_new_from_param
Creates a typed route view from a copied EnumRoute or Route parameter.
since: 0.1
Instance methods
pwg_route_info_dup_availability
Copies the route availability nick, such as yes, no, or unknown.
since: 0.1
Properties
Pwg.RouteInfo:availability
Route availability nick, such as yes, no, or unknown, or NULL.
since: 0.1
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.