mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
add support for querying sample ist with esound protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@101 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
8705af792b
commit
e10b918009
5 changed files with 71 additions and 14 deletions
|
|
@ -8,6 +8,7 @@
|
|||
struct pa_scache_entry {
|
||||
uint32_t index;
|
||||
char *name;
|
||||
uint32_t volume;
|
||||
struct pa_sample_spec sample_spec;
|
||||
struct pa_memchunk memchunk;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue