#include <sound_empty.h>
Inherits ISoundMusic.
Inheritance diagram for SoundMusic_Empty:


Public Member Functions | |
| SoundMusic_Empty () | |
| ~SoundMusic_Empty () | |
| virtual void | play (const char *file, bool loop) |
| virtual void | stop () |
| Stop playing music. | |
| virtual bool | isPlaying () |
| Get music status. | |
Protected Attributes | |
| bool | mPlaying |
Definition at line 14 of file sound_empty.h.
|
|
Definition at line 18 of file sound_empty.h. References mPlaying. |
|
|
Definition at line 23 of file sound_empty.h. |
|
|
Get music status.
Implements ISoundMusic. Definition at line 38 of file sound_empty.h. References mPlaying. |
|
||||||||||||
|
Start sample Implements ISoundMusic. Definition at line 28 of file sound_empty.h. References mPlaying. |
|
|
Stop playing music.
Implements ISoundMusic. Definition at line 33 of file sound_empty.h. References mPlaying. |
|
|
Definition at line 45 of file sound_empty.h. Referenced by isPlaying(), play(), SoundMusic_Empty(), and stop(). |
1.4.5