summaryrefslogtreecommitdiffstats
path: root/src/pulse/format.c
Commit message (Collapse)AuthorAgeFilesLines
* format: Add convenience API to check if a format is PCM or notArun Raghavan2011-05-021-0/+4
|
* format: Add some properties and internal APIArun Raghavan2011-05-021-0/+87
| | | | | The properties will be used by clients to set the sample format, sampling rate, etc. The functions will be used internally.
* core: Add a pa_format_info structureArun Raghavan2011-05-021-0/+71
This will be used to represent the format of data provided by the client for both compressed and PCM formats in a new extended API.