mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
format: Add a type for DTS
This commit is contained in:
parent
7aa84e8208
commit
9a39a3df10
2 changed files with 4 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ typedef enum pa_encoding {
|
|||
PA_ENCODING_MPEG_IEC61937,
|
||||
/**< MPEG-1 or MPEG-2 (Part 3, not AAC) data encapsulated in IEC 61937 header/padding */
|
||||
|
||||
PA_ENCODING_DTS_IEC61937,
|
||||
/**< DTS data encapsulated in IEC 61937 header/padding */
|
||||
|
||||
PA_ENCODING_MAX,
|
||||
/**< Valid encoding types must be less than this value */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue