GetChannelsCount() const | sfSoundStream | |
GetDuration() const | sfMusic | |
GetFrequency() const | sfSoundStream | |
GetLoop() const | sfMusic | |
GetPitch() const | sfSoundStream | |
GetPosition(float &X, float &Y, float &Z) const | sfSoundStream | |
GetStatus() const | sfSoundStream | |
GetVolume() const | sfSoundStream | |
Initialize(unsigned int ChannelsCount, unsigned int Frequency) | sfSoundStream | [protected] |
Open(const std::string &Filename) | sfMusic | |
Pause() | sfSoundStream | |
Play() | sfSoundStream | |
SetLoop(bool Loop) | sfMusic | |
SetPitch(float Pitch) | sfSoundStream | |
SetPosition(float X, float Y, float Z) | sfSoundStream | |
SetVolume(float Volume) | sfSoundStream | |
sfMusic(std::size_t BufferSize=44100) | sfMusic | |
sfSoundStream() | sfSoundStream | [protected] |
Stop() | sfSoundStream | |
~sfSoundStream() | sfSoundStream | [virtual] |