mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-26 01:40:28 -05:00
spa: add properties for monitor volume/mute
This commit is contained in:
parent
6249b00b9a
commit
cf6d7b5dee
2 changed files with 10 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ enum spa_prop {
|
|||
SPA_PROP_volumeStep, /**< a volume step (Float) */
|
||||
SPA_PROP_channelMap, /**< a channelmap array
|
||||
* (Array (Id enum spa_audio_channel)) */
|
||||
SPA_PROP_monitorMute, /**< mute (Bool) */
|
||||
SPA_PROP_monitorVolumes, /**< a volume array, one volume per
|
||||
* channel (Array of Float) */
|
||||
|
||||
SPA_PROP_START_Video = 0x20000, /**< video related properties */
|
||||
SPA_PROP_brightness,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue