spa: add channelMap property param

This commit is contained in:
Wim Taymans 2020-11-23 15:28:24 +01:00
parent 2b8cc5b587
commit 8f7e5dd950
2 changed files with 6 additions and 3 deletions

View file

@ -78,6 +78,8 @@ enum spa_prop {
* channel (Array of Float) */
SPA_PROP_volumeBase, /**< a volume base (Float) */
SPA_PROP_volumeStep, /**< a volume step (Float) */
SPA_PROP_channelMap, /**< a channelmap array
* (Array (Id enum spa_audio_channel)) */
SPA_PROP_START_Video = 0x20000, /**< video related properties */
SPA_PROP_brightness,