Re: [pulseaudio-discuss] [PATCH] format: Expose pa_format_info convenience getters in API

2018-06-01 Thread Tanu Kaskinen
On Sat, 2018-05-26 at 08:58 +0530, Arun Raghavan wrote: > diff --git a/src/pulse/format.h b/src/pulse/format.h > index 584032fb6..812454b9c 100644 > --- a/src/pulse/format.h > +++ b/src/pulse/format.h > @@ -213,6 +213,22 @@ int pa_format_info_get_prop_string_array(const > pa_format_info *f, const

[pulseaudio-discuss] [PATCH] format: Expose pa_format_info convenience getters in API

2018-05-25 Thread Arun Raghavan
We move over helper functions to get rate, channels, channel map and sample format (if PCM) in the public API, so users of the extended API are more easily able to pull out these values from pa_format_info. --- src/map-file| 4 ++ src/pulse/format.c | 89