構成 | |
struct | InstanceParameter |
Public メソッド | |
virtual SoundHandle | Play (SoundTag tag, const InstanceParameter ¶meter)=0 |
virtual void | Stop (SoundHandle handle, SoundTag tag)=0 |
virtual void | Pause (SoundHandle handle, SoundTag tag, bool pause)=0 |
virtual bool | CheckPlaying (SoundHandle handle, SoundTag tag)=0 |
virtual void | StopTag (SoundTag tag)=0 |
virtual void | PauseTag (SoundTag tag, bool pause)=0 |
virtual bool | CheckPlayingTag (SoundTag tag)=0 |
virtual void | StopAll ()=0 |