Applies multiple AudioEffects to an audio signal. More...
| Import Statement: | import |
| Inherits: |
Use this QML type to apply more than 1 AudioEffect to an MP3Decoder's audio signal.
The effects are applied to the audio signal in order. This matters for effects that modify the signal.
effects : list<AudioEffect> |
A list of AudioEffect instances that are applied to the MP3Decoder's audio signal. The effects are applied to the signal in the list's order.