logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioPlayerStopAllClips

    Use case for stopping all audio clips in the audio player.

    Inheritance
    object
    AudioPlayerStopAllClips
    Implements
    ISyncUseCase<AudioPlayerStopAllClipsInput>
    IUseCase
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AudioPlayer.Application.UseCases
    Assembly: Serenity.AudioPlayer.Application.dll
    Syntax
    public class AudioPlayerStopAllClips : ISyncUseCase<AudioPlayerStopAllClipsInput>, IUseCase

    Constructors

    AudioPlayerStopAllClips(IAudioPlayerGateway)

    Initializes a new instance of the AudioPlayerStopAllClips class.

    Declaration
    public AudioPlayerStopAllClips(IAudioPlayerGateway gateway)
    Parameters
    Type Name Description
    IAudioPlayerGateway gateway

    Gateway for audio player operations.

    Methods

    Execute(AudioPlayerStopAllClipsInput)

    Executes the use case to stop all audio clips.

    Declaration
    public void Execute(AudioPlayerStopAllClipsInput input)
    Parameters
    Type Name Description
    AudioPlayerStopAllClipsInput input

    Input data for stopping all audio clips.

    Implements

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