#include <sound_sdl_mixer.h>
Inherits ISoundMusic.
Inheritance diagram for SoundMusic_SDL:


Public Member Functions | |
| SoundMusic_SDL () | |
| ~SoundMusic_SDL () | |
| virtual void | play (const char *file, bool loop) |
| virtual void | stop () |
| Stop playing music. | |
| virtual bool | isPlaying () |
| Get music status. | |
Protected Attributes | |
| Mix_Music * | mMusic |
| bool | mInicilized |
Definition at line 30 of file sound_sdl_mixer.h.
|
|
Definition at line 79 of file sound_sdl_mixer.cpp. References mMusic. |
|
|
Definition at line 84 of file sound_sdl_mixer.cpp. References mMusic, and stop(). Here is the call graph for this function: ![]() |
|
|
Get music status.
Implements ISoundMusic. Definition at line 128 of file sound_sdl_mixer.cpp. |
|
||||||||||||
|
Start sample Implements ISoundMusic. Definition at line 93 of file sound_sdl_mixer.cpp. |
|
|
Stop playing music.
Implements ISoundMusic. Definition at line 123 of file sound_sdl_mixer.cpp. Referenced by ~SoundMusic_SDL(). |
|
|
Definition at line 51 of file sound_sdl_mixer.h. |
|
|
Definition at line 49 of file sound_sdl_mixer.h. Referenced by play(), SoundMusic_SDL(), and ~SoundMusic_SDL(). |
1.4.5