mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-21 08:56:56 -05:00
pipewire-pulse: enumerate iec958 formats for sinks
This commit is contained in:
parent
2e6f80f808
commit
bceb9a4b6e
3 changed files with 176 additions and 17 deletions
|
|
@ -209,6 +209,11 @@ int format_parse_param(const struct spa_pod *param, struct sample_spec *ss,
|
|||
|
||||
const struct spa_pod *format_build_param(struct spa_pod_builder *b, uint32_t id,
|
||||
const struct sample_spec *spec, const struct channel_map *map);
|
||||
|
||||
int format_info_from_spec(struct format_info *info, const struct sample_spec *ss,
|
||||
const struct channel_map *map);
|
||||
int format_info_from_param(struct format_info *info, struct spa_pod *param, uint32_t index);
|
||||
|
||||
const struct spa_pod *format_info_build_param(struct spa_pod_builder *b, uint32_t id,
|
||||
const struct format_info *info, uint32_t *rate);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue