Commit 0c54f294 authored by Max Kellermann's avatar Max Kellermann

output/PipeWire: document field "volume"

parent 9c3cf39f
......@@ -86,7 +86,10 @@ class PipeWireOutput final : AudioOutput {
uint32_t target_id = PW_ID_ANY;
float volume = 1.0;
/**
* The current volume level (0.0 .. 1.0).
*/
float volume = 1.0f;
PipeWireMixer *mixer = nullptr;
unsigned channels;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment