mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: add device-restore extension
This is mostly to read and set the supported formats of a sink.
This commit is contained in:
parent
a25396c1eb
commit
49eb31f670
4 changed files with 261 additions and 6 deletions
|
|
@ -189,6 +189,7 @@ uint32_t format_paname2id(const char *name, size_t size);
|
|||
enum sample_format format_id2pa(uint32_t id);
|
||||
const char *format_id2paname(uint32_t id);
|
||||
const char *format_encoding2name(enum encoding enc);
|
||||
uint32_t format_encoding2id(enum encoding enc);
|
||||
|
||||
uint32_t sample_spec_frame_size(const struct sample_spec *ss);
|
||||
bool sample_spec_valid(const struct sample_spec *ss);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue