allow samples to be played with 'default' (i.e. unspecified) volume.

This commit is contained in:
Lennart Poettering 2009-01-27 03:05:40 +01:00
parent 5449d793ae
commit 1be39e4fa5
6 changed files with 43 additions and 15 deletions

View file

@ -36,6 +36,7 @@ typedef struct pa_scache_entry {
char *name;
pa_cvolume volume;
pa_bool_t volume_is_set;
pa_sample_spec sample_spec;
pa_channel_map channel_map;
pa_memchunk memchunk;