Interface IAudioPlayerClipDefinition
Interface defining the structure and properties of an audio player clip definition.
Namespace: Serenity.AudioPlayer.Domain.Interfaces
Assembly: Serenity.AudioPlayer.Domain.dll
Syntax
public interface IAudioPlayerClipDefinition : IFoundationSettings
Properties
AudioClip
Declaration
object AudioClip { get; }
Property Value
| Type | Description |
|---|---|
| object | Gets the audio clip associated with the definition. |
AudioClipPath
Declaration
string AudioClipPath { get; }
Property Value
| Type | Description |
|---|---|
| string | Gets the file path to the audio clip. |