mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
volume work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@42 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e31bac0257
commit
d571be6f51
12 changed files with 203 additions and 35 deletions
|
|
@ -13,7 +13,7 @@ struct sink_input {
|
|||
char *name;
|
||||
struct sink *sink;
|
||||
struct pa_sample_spec sample_spec;
|
||||
uint8_t volume;
|
||||
uint32_t volume;
|
||||
|
||||
int (*peek) (struct sink_input *i, struct memchunk *chunk);
|
||||
void (*drop) (struct sink_input *i, size_t length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue