phonon/audiooutputinterface.h Source File
Go to the documentation of this file.
23 #ifndef PHONON_AUDIOOUTPUTINTERFACE_H
24 #define PHONON_AUDIOOUTPUTINTERFACE_H
29 #include <QtCore/QtGlobal>
60 virtual qreal
volume()
const = 0;
138 #ifdef PHONON_BACKEND_VERSION_4_2
151 #endif // PHONON_AUDIOOUTPUTINTERFACE_H
virtual ~AudioOutputInterface40()
AudioOutputInterface40 AudioOutputInterface
virtual void setVolume(qreal)=0
Sets the new current software volume.
virtual bool setOutputDevice(const Phonon::AudioOutputDevice &)=0
Requests to change the current output device.
#define QT_BEGIN_NAMESPACE
virtual bool setOutputDevice(int)=0
Provides a tuple of enduser visible name and description.
PHONON_EXPORT QList< QPair< QByteArray, QString > > deviceAccessListFor(const Phonon::AudioOutputDevice &) const
Helper function for backends to get a list of (driver, handle) pairs for AudioOutputDevice objects th...
virtual int outputDevice() const =0
Returns the index of the device that is used.
The KDE Multimedia classes.
Interface for AudioOutput objects.
virtual qreal volume() const =0
Returns the current software volume.