Enum AudioPlayerType
Enumeration of different types of audio players.
Namespace: Serenity.AudioPlayer.Domain.Types
Assembly: Serenity.AudioPlayer.Domain.dll
Syntax
public enum AudioPlayerType
Fields
| Name | Description |
|---|---|
| AMBIENT | Ambient audio player type. |
| ENVIRONMENT | Environment audio player type. |
| MUSIC | Music audio player type. |
| SFX | Sound Effects audio player type. |
| UI | User Interface audio player type. |
| VOICE | Voice audio player type. |