Plays a .wav sound file.
| C# | Visual Basic |
public void Play( byte[] data, AudioPlayMode playMode )
Public Sub Play ( _ data As Byte(), _ playMode As AudioPlayMode _ )
- playMode (AudioPlayMode)
- AudioPlayMode Enumeration mode for playing the sound. By default, AudioPlayMode.Background.