logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SoundMixerClearEffectLoop

    Use case for clearing a previously applied SoundMixer effect loop from a source group/channel.

    Inheritance
    object
    SoundMixerClearEffectLoop
    Implements
    ISyncUseCase<SoundMixerClearEffectLoopInput>
    IUseCase
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    Implements

    ISyncUseCase<TInput>
    IUseCase
    In this article
    © 2026 Serenity. All Rights Reserved