logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioPlayerResumeAllClipsInput

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

    Inheritance
    object
    AudioPlayerResumeAllClipsInput
    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 AudioPlayerResumeAllClipsInput

    Constructors

    AudioPlayerResumeAllClipsInput(string)

    Initializes a new instance of the AudioPlayerResumeAllClipsInput class.

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

    The ID of the service requesting the resume action.

    Fields

    ServiceId

    Declaration
    public string ServiceId
    Field Value
    Type Description
    string

    The ID of the service requesting the resume action.

    In this article
    © 2026 Serenity. All Rights Reserved