PwObjectTracker: QtObject

import Quickshell.Services.Pipewire

Binds pipewire objects. More

Properties

Detailed Description

PwObjectTracker binds every node given in its objects list.

Object Binding

By default, pipewire objects are unbound. Unbound objects only have a subset of information available for use or modification. Binding an object makes all of its properties available for use or modification if applicable.

Properties that require their object be bound to use are clearly marked. You do not need to bind the object unless mentioned in the description of the property you want to use.

Property Details

objects: list<QtObject>

The list of objects to bind. May contain nulls.