mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-22 01:40:33 -05:00
spa: add bitrate and blockAlign format props
This commit is contained in:
parent
f292818961
commit
9e0a7c26f7
2 changed files with 12 additions and 8 deletions
|
|
@ -106,16 +106,18 @@ enum spa_format {
|
|||
|
||||
/* Audio format keys */
|
||||
SPA_FORMAT_START_Audio = 0x10000,
|
||||
SPA_FORMAT_AUDIO_format, /**< audio format, (Id enum spa_audio_format) */
|
||||
SPA_FORMAT_AUDIO_flags, /**< optional flags (Int) */
|
||||
SPA_FORMAT_AUDIO_rate, /**< sample rate (Int) */
|
||||
SPA_FORMAT_AUDIO_channels, /**< number of audio channels (Int) */
|
||||
SPA_FORMAT_AUDIO_position, /**< channel positions (Id enum spa_audio_channel) */
|
||||
SPA_FORMAT_AUDIO_format, /**< audio format, (Id enum spa_audio_format) */
|
||||
SPA_FORMAT_AUDIO_flags, /**< optional flags (Int) */
|
||||
SPA_FORMAT_AUDIO_rate, /**< sample rate (Int) */
|
||||
SPA_FORMAT_AUDIO_channels, /**< number of audio channels (Int) */
|
||||
SPA_FORMAT_AUDIO_position, /**< channel positions (Id enum spa_audio_position) */
|
||||
|
||||
SPA_FORMAT_AUDIO_iec958Codec, /**< codec used (IEC958) (Id enum spa_audio_iec958_codec) */
|
||||
SPA_FORMAT_AUDIO_iec958Codec, /**< codec used (IEC958) (Id enum spa_audio_iec958_codec) */
|
||||
|
||||
SPA_FORMAT_AUDIO_bitorder, /**< bit order (Id enum spa_param_bitorder) */
|
||||
SPA_FORMAT_AUDIO_interleave, /**< Interleave bytes (Int) */
|
||||
SPA_FORMAT_AUDIO_bitorder, /**< bit order (Id enum spa_param_bitorder) */
|
||||
SPA_FORMAT_AUDIO_interleave, /**< Interleave bytes (Int) */
|
||||
SPA_FORMAT_AUDIO_bitrate, /**< bit rate (Int) */
|
||||
SPA_FORMAT_AUDIO_blockAlign, /**< audio data block alignment (Int) */
|
||||
|
||||
/* Video Format keys */
|
||||
SPA_FORMAT_START_Video = 0x20000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue