summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-16 12:41:02 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-03-16 12:41:02 +0000
commit38e7792eec00e139c2166d452ba1b96da41f4a2c (patch)
tree79b20d549a46c280089a03544fa1e8e33b26b6c8 /src/pavucontrol.h
parentd3a66f65b57b74dff41815620f8e45fd926ec50f (diff)
Split sinkwidget into it's own files.
Diffstat (limited to 'src/pavucontrol.h')
-rw-r--r--src/pavucontrol.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/pavucontrol.h b/src/pavucontrol.h
index 2dec8cd..12fe986 100644
--- a/src/pavucontrol.h
+++ b/src/pavucontrol.h
@@ -34,6 +34,32 @@
#define GLADE_FILE "pavucontrol.glade"
#endif
+enum SinkInputType {
+ SINK_INPUT_ALL,
+ SINK_INPUT_CLIENT,
+ SINK_INPUT_VIRTUAL
+};
+
+enum SinkType {
+ SINK_ALL,
+ SINK_HARDWARE,
+ SINK_VIRTUAL,
+};
+
+enum SourceOutputType {
+ SOURCE_OUTPUT_ALL,
+ SOURCE_OUTPUT_CLIENT,
+ SOURCE_OUTPUT_VIRTUAL
+};
+
+enum SourceType {
+ SOURCE_ALL,
+ SOURCE_NO_MONITOR,
+ SOURCE_HARDWARE,
+ SOURCE_VIRTUAL,
+ SOURCE_MONITOR,
+};
+
pa_context* get_context(void);
void show_error(const char *txt);