logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioPlayerPauseAllClipsInput

    Input data transfer object for pausing all audio clips in the audio player.

    Inheritance
    object
    AudioPlayerPauseAllClipsInput
    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.DTO
    Assembly: Serenity.AudioPlayer.Application.dll
    Syntax
    public class AudioPlayerPauseAllClipsInput

    Constructors

    AudioPlayerPauseAllClipsInput(string)

    Initializes a new instance of the AudioPlayerPauseAllClipsInput class.

    Declaration
    public AudioPlayerPauseAllClipsInput(string serviceId)
    Parameters
    Type Name Description
    string serviceId

    Identifier of the audio player service to pause all clips for.

    Fields

    ServiceId

    Declaration
    public string ServiceId
    Field Value
    Type Description
    string

    Identifier of the audio player service to pause all clips for.

    In this article
    © 2026 Serenity. All Rights Reserved