Class SoundMixerClearEffectLoop
Use case for clearing a previously applied SoundMixer effect loop from a source group/channel.
Inherited Members
Namespace: Serenity.SoundMixer.Application.UseCases
Assembly: Serenity.SoundMixer.Application.dll
Syntax
public class SoundMixerClearEffectLoop : ISyncUseCase<SoundMixerClearEffectLoopInput>, IUseCase
Constructors
SoundMixerClearEffectLoop(ISoundMixerService)
Initializes a new instance of the SoundMixerClearEffectLoop class.
Declaration
public SoundMixerClearEffectLoop(ISoundMixerService service)
Parameters
| Type | Name | Description |
|---|---|---|
| ISoundMixerService | service | The sound mixer service that performs the clear. |
Methods
Execute(SoundMixerClearEffectLoopInput)
Clears the effect loop described by input.
Declaration
public void Execute(SoundMixerClearEffectLoopInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| SoundMixerClearEffectLoopInput | input | The clear request. |