ClassESound
The sound module, added to EDGELIB SDK version 2.95, provides an easy to use interface for existing multi-platform sound libraries.
Default support for the excellent Hekkus Sound System library is provided. Other sound libraries can be added by creating a custom wrapper. The default "silent" interface is also available if no external sound library is used.
Class members
- Close
- FreeMusic
- FreeSoundEffect
- LoadMusic
- LoadSoundEffect
- MusicPlaying
- Open
- PlayMusic
- PlaySound
- Resume
- SetMusicVolume
- SetMute
- SetSoundVolume
- StopMusic
- StopMusicAll
- StopMusicChannel
- StopSound
- StopSoundAll
- StopSoundChannel
- Suspend
- Update
Version changes
EDGELIB 2.95: Added this class to the SDK
