21 #ifndef OUTPUTFACTORY_H
22 #define OUTPUTFACTORY_H
59 virtual Output *create() = 0;
64 virtual Volume *createVolume() = 0;
70 virtual QDialog *createSettings(QWidget *parent) = 0;
The Volume class provides asbtract volume interface.
The Output class provides the base interface class of audio outputs.
The Decoder class provides the base interface class of audio decoders.
Helper structure to store output plugin properies.
Output plugin interface (output factory).