Class SoundMixerClearEffectLoopSignal
Event requesting that a previously applied SoundMixer effect loop be cleared from a source group/channel. Carries the full SoundMixerClearEffectLoopInput.
Namespace: Serenity.SoundMixer.Application.Events
Assembly: Serenity.SoundMixer.Application.dll
Syntax
public class SoundMixerClearEffectLoopSignal : EventDispatcherSignal
Constructors
SoundMixerClearEffectLoopSignal()
Initializes a new instance of the SoundMixerClearEffectLoopSignal class.
Declaration
public SoundMixerClearEffectLoopSignal()
SoundMixerClearEffectLoopSignal(SoundMixerClearEffectLoopInput)
Initializes a new instance of the SoundMixerClearEffectLoopSignal class.
Declaration
public SoundMixerClearEffectLoopSignal(SoundMixerClearEffectLoopInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| SoundMixerClearEffectLoopInput | input | Input data for clearing the effect loop. |
Fields
Input
Declaration
public readonly SoundMixerClearEffectLoopInput Input
Field Value
| Type | Description |
|---|---|
| SoundMixerClearEffectLoopInput | Input data for clearing the effect loop. |
Methods
ToString()
Returns a string representation of the event.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | Formatted string with event information. |