mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-30 11:10:29 -04:00
spa: add definitions for IEC958 (S/PDIF)
Add Format subtype and codec property. Add codecs to include in the format codec property. Add property to configure elements with supported codecs. Add type info.
This commit is contained in:
parent
0af0cceca2
commit
8147772cf5
5 changed files with 95 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ enum spa_prop {
|
|||
SPA_PROP_softVolumes, /**< a volume array, one volume per
|
||||
* channel (Array of Float) */
|
||||
|
||||
SPA_PROP_iec958Codecs, /**< enabled IEC958 (S/PDIF) codecs,
|
||||
* (Array (Id enum spa_audio_iec958_codec) */
|
||||
|
||||
SPA_PROP_START_Video = 0x20000, /**< video related properties */
|
||||
SPA_PROP_brightness,
|
||||
SPA_PROP_contrast,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue