mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
format: Allow format->sample spec conversion for compressed formats
This allows clients to get a "fake" sample space for compressed formats that we can support. This should make size/time conversion for things like calculating buffer attributes simpler.
This commit is contained in:
parent
8baf8e90c2
commit
a0706e7c84
6 changed files with 38 additions and 43 deletions
|
|
@ -189,7 +189,6 @@ pa_format_info_set_rate;
|
|||
pa_format_info_set_sample_format;
|
||||
pa_format_info_snprint;
|
||||
pa_format_info_to_sample_spec;
|
||||
pa_format_info_to_sample_spec_fake;
|
||||
pa_format_info_valid;
|
||||
pa_frame_size;
|
||||
pa_get_binary_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue