core: Add a pa_format_info structure

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.
This commit is contained in:
Arun Raghavan 2011-02-25 12:35:14 +05:30
parent 802c8b6fcc
commit c3839c7637
8 changed files with 205 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#include <pulse/mainloop-api.h>
#include <pulse/sample.h>
#include <pulse/format.h>
#include <pulse/def.h>
#include <pulse/context.h>
#include <pulse/stream.h>