Class AudioPlayerPlayClipOutput
Output data transfer object for playing an audio clip in the audio player.
Inherited Members
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. |