logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AudioPlayerPlayClipOutput

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

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

    Constructors

    AudioPlayerPlayClipOutput(bool)

    Initializes a new instance of the AudioPlayerPlayClipOutput class.

    Declaration
    public AudioPlayerPlayClipOutput(bool isPlaying)
    Parameters
    Type Name Description
    bool isPlaying

    Whether audio playback was started successfully.

    Fields

    IsPlaying

    Declaration
    public bool IsPlaying
    Field Value
    Type Description
    bool

    Indicates whether audio playback was started successfully.

    In this article
    © 2026 Serenity. All Rights Reserved