logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioPlayerPlayClipInput

    Input data transfer object for playing an audio clip in the audio player.

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

    Constructors

    AudioPlayerPlayClipInput(string, AudioPlayerClip)

    Initializes a new instance of the AudioPlayerPlayClipInput class.

    Declaration
    public AudioPlayerPlayClipInput(string serviceId, AudioPlayerClip audioPlayerClip)
    Parameters
    Type Name Description
    string serviceId

    Identifier of the audio player service to play the clip for.

    AudioPlayerClip audioPlayerClip

    The audio clip to be played.

    Fields

    AudioPlayerClip

    Declaration
    public AudioPlayerClip AudioPlayerClip
    Field Value
    Type Description
    AudioPlayerClip

    The audio clip to be played.

    ServiceId

    Declaration
    public string ServiceId
    Field Value
    Type Description
    string

    Identifier of the audio player service to play the clip for.

    In this article
    © 2026 Serenity. All Rights Reserved