Public Member Functions | |
Sound (string filename) | |
Sound constructor (from the filename) | |
Sound (byte[] fileImage) | |
Sound constructor (from the file image) | |
void | Dispose () |
Frees unmanaged resources of Sound. | |
SoundPlayer | CreatePlayer () |
Creates a SoundPlayer object to play back this sound effect. |
Sound effects data.
wav files can be used as sound effects data.
Sound | ( | string | filename | ) |
Sound | ( | byte[] | fileImage | ) |
SoundPlayer CreatePlayer | ( | ) |
Creates a SoundPlayer object to play back this sound effect.