mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
core-format: Add pa_format_info_get_sample_format()
This commit is contained in:
parent
d2c9b46aca
commit
eae16f41a4
3 changed files with 33 additions and 7 deletions
|
|
@ -22,6 +22,11 @@
|
|||
|
||||
#include <pulse/format.h>
|
||||
|
||||
/* Gets the sample format stored in the format info. Returns a negative error
|
||||
* code on failure. If the sample format property is not set at all, returns
|
||||
* -PA_ERR_NOENTITY. */
|
||||
int pa_format_info_get_sample_format(pa_format_info *f, pa_sample_format_t *sf);
|
||||
|
||||
/* For compressed formats. Converts the format info into a sample spec and a
|
||||
* channel map that an ALSA device can use as its configuration parameters when
|
||||
* playing back the compressed data. That is, the returned sample spec doesn't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue