mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-03 01:40:51 -05:00
spa: add channelMap property param
This commit is contained in:
parent
2b8cc5b587
commit
8f7e5dd950
2 changed files with 6 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue