PwLink: QtObject [uncreatable]

import Quickshell.Services.Pipewire

A connection between pipewire nodes. More

Properties

Detailed Description

Note that there is one link per channel of a connection between nodes. You usually want PwLinkGroup.

Property Details

[readonly]

id: int

The pipewire object id of the link.

Mainly useful for debugging. you can inspect the link directly with pw-cli i <id>.

[readonly]

source: PwNode

The node that is sending information. (the source)

[readonly]

state: PwLinkState

The current state of the link.

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

target: PwNode

The node that is receiving information. (the sink)