mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Support for setting volume on sources.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@560 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6cd225010f
commit
cc2178e5c3
11 changed files with 232 additions and 20 deletions
|
|
@ -29,6 +29,7 @@ typedef struct pa_sink pa_sink;
|
|||
#include <polyp/sample.h>
|
||||
#include <polyp/channelmap.h>
|
||||
#include <polyp/volume.h>
|
||||
#include <polypcore/core-def.h>
|
||||
#include <polypcore/core.h>
|
||||
#include <polypcore/idxset.h>
|
||||
#include <polypcore/source.h>
|
||||
|
|
@ -41,11 +42,6 @@ typedef enum pa_sink_state {
|
|||
PA_SINK_DISCONNECTED
|
||||
} pa_sink_state_t;
|
||||
|
||||
typedef enum pa_mixer {
|
||||
PA_MIXER_SOFTWARE,
|
||||
PA_MIXER_HARDWARE
|
||||
} pa_mixer_t;
|
||||
|
||||
struct pa_sink {
|
||||
int ref;
|
||||
uint32_t index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue