{ "type": "class", "super": { "type": "qt", "module": "qml.QtQml", "name": "QtObject" }, "description": "Audio specific properties of pipewire nodes.", "details": "", "flags": [ "uncreatable" ], "properties": { "volume": { "type": { "type": "qt", "module": "qml", "name": "real" }, "details": "The average volume over all channels of the node.\nSetting this property modifies the volume of all channels proportionately.\n\n**This property is invalid unless the node is [bound](../pwobjecttracker).**\n" }, "channels": { "type": { "type": "qt", "module": "qml", "name": "list", "of": { "type": "local", "module": "Quickshell.Services.PipeWire", "name": "PwAudioChannel" } }, "details": "The audio channels present on the node.\n\n**This property is invalid unless the node is [bound](../pwobjecttracker).**\n", "flags": [ "readonly" ] }, "muted": { "type": { "type": "qt", "module": "qml", "name": "bool" }, "details": "If the node is currently muted. Setting this property changes the mute state.\n\n**This property is invalid unless the node is [bound](../pwobjecttracker).**\n" }, "volumes": { "type": { "type": "qt", "module": "qml", "name": "list", "of": { "type": "qt", "module": "qml", "name": "real" } }, "details": "The volumes of each audio channel individually. Each entry corrosponds to\nthe channel at the same index in `channels`. `volumes` and `channels` will always be\nthe same length.\n\n**This property is invalid unless the node is [bound](../pwobjecttracker).**\n" } }, "functions": [], "signals": {}, "variants": {} }