PwNodeAudio: QtObject [uncreatable]

import Quickshell.Services.Pipewire

Audio specific properties of pipewire nodes. More

Properties

Detailed Description

Extra properties of a PwNode if the node is an audio node.

See PwNode.audio.

Property Details

[readonly]

channels: list<PwAudioChannel>

The audio channels present on the node.

⚠️
This property is invalid unless the node is bound.

muted: bool

If the node is currently muted. Setting this property changes the mute state.

⚠️
This property is invalid unless the node is bound.

volume: real

The average volume over all channels of the node. Setting this property modifies the volume of all channels proportionately.

⚠️
This property is invalid unless the node is bound.

volumes: list<real>

The volumes of each audio channel individually. Each entry corrosponds to the volume of the channel at the same index in channels. volumes and channels will always be the same length.

⚠️
This property is invalid unless the node is bound.