mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-13 04:27:51 -05:00
spa: add AAC format
This commit is contained in:
parent
844a3d8534
commit
2ac8a3f4e2
8 changed files with 234 additions and 0 deletions
|
|
@ -119,6 +119,9 @@ enum spa_format {
|
|||
SPA_FORMAT_AUDIO_bitrate, /**< bit rate (Int) */
|
||||
SPA_FORMAT_AUDIO_blockAlign, /**< audio data block alignment (Int) */
|
||||
|
||||
SPA_FORMAT_AUDIO_AAC_streamFormat, /**< AAC stream format, (Id enum spa_audio_aac_stream_format) */
|
||||
|
||||
|
||||
/* Video Format keys */
|
||||
SPA_FORMAT_START_Video = 0x20000,
|
||||
SPA_FORMAT_VIDEO_format, /**< video format (Id enum spa_video_format) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue