spa: add properties for monitor volume/mute

This commit is contained in:
Wim Taymans 2021-02-05 17:11:58 +01:00
parent 6249b00b9a
commit cf6d7b5dee
2 changed files with 10 additions and 0 deletions

View file

@ -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,