![]() |
Pioneer
|
#include <SoundMusic.h>


Public Member Functions | |
| MusicEvent () | |
| MusicEvent (Uint32 id) | |
| ~MusicEvent () | |
| virtual void | Play (const char *fx, const float volume_left, const float volume_right, Op op) |
Public Member Functions inherited from Sound::Event | |
| Event () | |
| Event (Uint32 id) | |
| void | Play (const char *fx) |
| bool | Stop () |
| bool | IsPlaying () const |
| Uint32 | EventId () |
| bool | SetOp (Op op) |
| bool | VolumeAnimate (const float targetVol1, const float targetVol2, const float dv_dt1, const float dv_dt2) |
| bool | VolumeAnimate (const float targetVols[2], const float dv_dt[2]) |
| bool | SetVolume (const float vol_left, const float vol_right) |
| bool | SetVolume (const float vol) |
Additional Inherited Members | |
Protected Attributes inherited from Sound::Event | |
| Uint32 | eid |
| Sound::MusicEvent::MusicEvent | ( | ) |
| Sound::MusicEvent::MusicEvent | ( | Uint32 | id | ) |
| Sound::MusicEvent::~MusicEvent | ( | ) |
|
virtual |