From e01bddbd86013dc851c50b184685706e63e1c80e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 18 Jan 2020 19:21:51 +0100 Subject: [PATCH] output/MultipleOutputs: update API documentation --- src/output/MultipleOutputs.hxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/output/MultipleOutputs.hxx b/src/output/MultipleOutputs.hxx index 780e6bddd..0d4a02c63 100644 --- a/src/output/MultipleOutputs.hxx +++ b/src/output/MultipleOutputs.hxx @@ -17,12 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* - * Functions for dealing with all configured (enabled) audion outputs - * at once. - * - */ - #ifndef OUTPUT_ALL_H #define OUTPUT_ALL_H @@ -46,6 +40,10 @@ class AudioOutputClient; struct ConfigData; struct ReplayGainConfig; +/* + * Wrap multiple #AudioOutputControl objects a single interface which + * keeps them synchronized. + */ class MultipleOutputs final : public PlayerOutputs { MixerListener &mixer_listener;