Effects that can be inserted into a Path. An effect is a special object which can perform transformations on the specified path. Examples may include simple modifiers such as fading or pitch shifting, or more complex mathematical transformations. More...
#include <phonon/Effect>
Public Member Functions | |
Effect (const EffectDescription &description, QObject *parent=0) | |
EffectDescription | description () const |
QList< EffectParameter > | parameters () const |
QVariant | parameterValue (const EffectParameter &) const |
void | setParameterValue (const EffectParameter &, const QVariant &value) |
![]() | |
bool | isValid () const |
QList< Path > | inputPaths () const |
QList< Path > | outputPaths () const |
Protected Member Functions | |
Effect (EffectPrivate &dd, QObject *parent) | |
![]() | |
MediaNode (MediaNodePrivate &dd) | |
Additional Inherited Members | |
![]() | |
MediaNodePrivate *const | k_ptr |
Effects that can be inserted into a Path. An effect is a special object which can perform transformations on the specified path. Examples may include simple modifiers such as fading or pitch shifting, or more complex mathematical transformations.
In order to use an effect, insert it into the path as follows:
The effect will immediately begin applying it's transformations on the path. To stop it, remove the Effect from the path.
|
explicit |
QObject constructor.
description | An EffectDescription object to determine the type of effect. See BackendCapabilities::availableAudioEffects(). |
parent | QObject parent |
EffectDescription Phonon::Effect::description | ( | ) | const |
Returns the description of this effect. This is the same type as was passed to the constructor.
QList< EffectParameter > Phonon::Effect::parameters | ( | ) | const |
Returns a list of parameters that this effect provides to control its behaviour.