output/PipeWire: document field "volume"

This commit is contained in:
Max Kellermann 2022-07-08 17:30:56 +02:00
parent 9c3cf39fdd
commit 0c54f29446

View File

@ -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;