Skip to main content

Enum SystemSoundEffect

Represents the sound effects that can be played by the Meadow.Foundation.Audio.SystemSounds class

Assembly: MicroAudio.dll
View Source
Declaration
public enum SystemSoundEffect

Fields

Alarm

An alarm or emergency sound effect

View Source
Declaration
Alarm = 0

Alert

An alert or notification sound effect

View Source
Declaration
Alert = 1

Beep

A simple beep sound effect

View Source
Declaration
Beep = 2

Buzz

A buzzing or vibrating sound effect

View Source
Declaration
Buzz = 3

Chime

A chime or bell sound effect

View Source
Declaration
Chime = 4

Click

A short click sound effect

View Source
Declaration
Click = 5

Failure

A failure or error sound effect

View Source
Declaration
Failure = 6

Fanfare

A fanfare or celebratory sound effect

View Source
Declaration
Fanfare = 7

Notification

A notification sound effect

View Source
Declaration
Notification = 8

Pop

A popping sound effect

View Source
Declaration
Pop = 9

PowerUp

A power-up sound effect

View Source
Declaration
PowerUp = 10

PowerDown

A power-down sound effect

View Source
Declaration
PowerDown = 11

Success

A success or positive feedback sound effect

View Source
Declaration
Success = 12

Tick

A short tick or click sound effect

View Source
Declaration
Tick = 13

Warning

A warning or caution sound effect

View Source
Declaration
Warning = 14