PwLinkGroup: QtObject [uncreatable]

import Quickshell.Services.Pipewire

A group of connections between pipewire nodes. More

Properties

Detailed Description

A group of connections between pipewire nodes, one per source->target pair.

Property Details

[readonly]

source: PwNode

The node that is sending information. (the source)

[readonly]

state: PwLinkState

The current state of the link group.

⚠️
This property is invalid unless the node is bound.
[readonly]

target: PwNode

The node that is receiving information. (the sink)