|
StarEngine
|
#include <SoundFile.h>

Public Member Functions | |
| SoundFile (const tstring &path) | |
| ~SoundFile () | |
| void | Play (int32 looptimes=0) |
| void | PlayQueued (int32 looptimes=0) |
| void | Stop () |
| void | Pause () |
| void | Resume () |
| bool | IsStopped () const |
| star::SoundFile::SoundFile | ( | const tstring & | path | ) |
| star::SoundFile::~SoundFile | ( | ) |
| bool star::SoundFile::IsStopped | ( | ) | const |
| void star::SoundFile::Pause | ( | ) |
| void star::SoundFile::Play | ( | int32 | looptimes = 0 | ) |
| void star::SoundFile::PlayQueued | ( | int32 | looptimes = 0 | ) |
| void star::SoundFile::Resume | ( | ) |
| void star::SoundFile::Stop | ( | ) |
1.8.5