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:
Wim Taymans 2021-08-10 09:17:58 +02:00
parent 0af0cceca2
commit 8147772cf5
5 changed files with 95 additions and 0 deletions

View file

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