phonon/volumefadereffect.h Source File
Go to the documentation of this file.
23 #ifndef PHONON_VOLUMEFADEREFFECT_H
24 #define PHONON_VOLUMEFADEREFFECT_H
32 #ifndef QT_NO_PHONON_VOLUMEFADEREFFECT
36 class VolumeFaderEffectPrivate;
75 Q_PROPERTY(
double volumeDecibel READ volumeDecibel WRITE setVolumeDecibel)
127 float volume()
const;
128 double volumeDecibel()
const;
130 FadeCurve fadeCurve()
const;
143 void fadeIn(
int fadeTime);
154 void fadeOut(
int fadeTime);
156 void setVolume(
float volume);
157 void setVolumeDecibel(
double volumeDecibel);
159 void setFadeCurve(FadeCurve curve);
168 void fadeTo(
float volume,
int fadeTime);
172 #endif //QT_NO_PHONON_VOLUMEFADEREFFECT
178 #endif // PHONON_VOLUMEFADEREFFECT_H
FadeCurve
Determines the curve of the volume change.
#define QT_BEGIN_NAMESPACE
Effects that can be inserted into a Path.
Audio effect to gradually fade the audio volume.
The KDE Multimedia classes.
"Crossfade curve" / "fast" fade out
#define K_DECLARE_PRIVATE(Class)
#define PHONON_HEIR(classname)