Class SystemSounds
A class for playing system sounds using an IToneGenerator
Assembly: MicroAudio.dll
View Source
public class SystemSounds
Methods
PlayEffect(SystemSoundEffect)
Plays the specified sound effect
View Source
public Task PlayEffect(SystemSoundEffect effect)
Returns
System.Threading.Tasks.Task
Parameters
Type | Name | Description |
---|---|---|
Meadow.Foundation.Audio.SystemSoundEffect | effect | The sound effect to play |