summaryrefslogtreecommitdiff
path: root/src/output/plugins/PipeWireOutputPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/plugins/PipeWireOutputPlugin.hxx')
-rw-r--r--src/output/plugins/PipeWireOutputPlugin.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/output/plugins/PipeWireOutputPlugin.hxx b/src/output/plugins/PipeWireOutputPlugin.hxx
index cf942ec64..9e8cd2c23 100644
--- a/src/output/plugins/PipeWireOutputPlugin.hxx
+++ b/src/output/plugins/PipeWireOutputPlugin.hxx
@@ -20,6 +20,11 @@
#ifndef MPD_PIPEWIRE_OUTPUT_PLUGIN_HXX
#define MPD_PIPEWIRE_OUTPUT_PLUGIN_HXX
+class PipeWireOutput;
+
extern const struct AudioOutputPlugin pipewire_output_plugin;
+void
+pipewire_output_set_volume(PipeWireOutput &output, float volume);
+
#endif