Commit e01bddbd authored by Max Kellermann's avatar Max Kellermann

output/MultipleOutputs: update API documentation

parent 2817bf9e
...@@ -17,12 +17,6 @@ ...@@ -17,12 +17,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 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 #ifndef OUTPUT_ALL_H
#define OUTPUT_ALL_H #define OUTPUT_ALL_H
...@@ -46,6 +40,10 @@ class AudioOutputClient; ...@@ -46,6 +40,10 @@ class AudioOutputClient;
struct ConfigData; struct ConfigData;
struct ReplayGainConfig; struct ReplayGainConfig;
/*
* Wrap multiple #AudioOutputControl objects a single interface which
* keeps them synchronized.
*/
class MultipleOutputs final : public PlayerOutputs { class MultipleOutputs final : public PlayerOutputs {
MixerListener &mixer_listener; MixerListener &mixer_listener;
......
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