Interface for AudioOutput objects.
The implementation can make use of the signals
void volumeChanged(qreal newVolume);
void audioDeviceFailed();
to notify the frontend whenever the volume has changed or when an audioDeviceFailed (e.g. USB unplug or sound server failure).
#include <Phonon/AudioOutputInterface>