Mute switch for sinks and sources. This is independent of the volume

setting (similar to ALSA).


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@587 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-02-23 12:04:31 +00:00
parent bd4ae44e9a
commit 04c8926739
11 changed files with 351 additions and 13 deletions

View file

@ -44,7 +44,8 @@ size_t pa_mix(
void *data,
size_t length,
const pa_sample_spec *spec,
const pa_cvolume *volume);
const pa_cvolume *volume,
int mute);
void pa_volume_memchunk(
pa_memchunk*c,