MPD
0.20.15
|
#include <MixerPlugin.hxx>
Data Fields | |
Mixer *(* | init )(EventLoop &event_loop, AudioOutput &ao, MixerListener &listener, const ConfigBlock &block) |
Alocates and configures a mixer device. More... | |
bool | global |
If true, then the mixer is automatically opened, even if its audio output is not open. More... | |
Definition at line 36 of file MixerPlugin.hxx.
bool MixerPlugin::global |
If true, then the mixer is automatically opened, even if its audio output is not open.
If false, then the mixer is disabled as long as its audio output is closed.
Definition at line 55 of file MixerPlugin.hxx.
Mixer*(* MixerPlugin::init) (EventLoop &event_loop, AudioOutput &ao, MixerListener &listener, const ConfigBlock &block) |
Alocates and configures a mixer device.
Throws std::runtime_error on error.
ao | the associated AudioOutput |
param | the configuration section |
Definition at line 46 of file MixerPlugin.hxx.