Definition at line 21 of file snd_ExternalSoundPlayer.h.
|
int | GetPlayingSoundCount () const |
|
int | GetPlayableSoundCount () const |
|
void | SetPlayableSoundCount (int count) |
|
void | StopAllSound (int fadeFrames) |
|
void | PauseAllSound (bool flag, int fadeFrames) |
|
void | DetachSoundActorAll (SoundActor *sound) |
|
bool | AppendSound (BasicSound *sound) |
|
void | RemoveSound (BasicSound *sound) |
|
bool | detail_CanPlaySound (int startPriority) |
|
template<typename TForEachFunc> |
TForEachFunc | ForEachSound (TForEachFunc pFunc, bool reverse) |
|
◆ GetPlayingSoundCount()
int nw4r::snd::detail::ExternalSoundPlayer::GetPlayingSoundCount |
( |
| ) |
const |
|
inline |
◆ GetPlayableSoundCount()
int nw4r::snd::detail::ExternalSoundPlayer::GetPlayableSoundCount |
( |
| ) |
const |
|
inline |
◆ ForEachSound()
template<typename TForEachFunc>
TForEachFunc nw4r::snd::detail::ExternalSoundPlayer::ForEachSound |
( |
TForEachFunc | pFunc, |
|
|
bool | reverse ) |
|
inline |
◆ mSoundList
◆ mPlayableCount
int nw4r::snd::detail::ExternalSoundPlayer::mPlayableCount |
|
private |