Class SoundMixerApplyEffectLoop
Use case for applying a registered SoundMixer effect loop to a source group/channel.
Inherited Members
Namespace: Serenity.SoundMixer.Application.UseCases
Assembly: Serenity.SoundMixer.Application.dll
Syntax
public class SoundMixerApplyEffectLoop : ISyncUseCase<SoundMixerApplyEffectLoopInput>, IUseCase
Constructors
SoundMixerApplyEffectLoop(ISoundMixerService)
Initializes a new instance of the SoundMixerApplyEffectLoop class.
Declaration
public SoundMixerApplyEffectLoop(ISoundMixerService service)
Parameters
| Type | Name | Description |
|---|---|---|
| ISoundMixerService | service | The sound mixer service that performs the apply. |
Methods
Execute(SoundMixerApplyEffectLoopInput)
Applies the effect loop described by input.
Declaration
public void Execute(SoundMixerApplyEffectLoopInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| SoundMixerApplyEffectLoopInput | input | The apply request. |