![]() |
Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
This is the complete list of members for Nz::Music, including all inherited members.
| Create(SoundStream *soundStream) | Nz::Music | |
| Destroy() | Nz::Music | |
| EnableLooping(bool loop) override | Nz::Music | virtual |
| EnableSpatialization(bool spatialization) | Nz::SoundEmitter | |
| GetAttenuation() const | Nz::SoundEmitter | |
| GetDuration() const override | Nz::Music | virtual |
| GetFilePath() const | Nz::Resource | |
| GetFormat() const | Nz::Music | |
| GetInternalStatus() const | Nz::SoundEmitter | protected |
| GetMinDistance() const | Nz::SoundEmitter | |
| GetPitch() const | Nz::SoundEmitter | |
| GetPlayingOffset() const override | Nz::Music | virtual |
| GetPosition() const | Nz::SoundEmitter | |
| GetSampleCount() const | Nz::Music | |
| GetSampleRate() const | Nz::Music | |
| GetStatus() const override | Nz::Music | virtual |
| GetVelocity() const | Nz::SoundEmitter | |
| GetVolume() const | Nz::SoundEmitter | |
| IsLooping() const override | Nz::Music | virtual |
| IsSpatialized() const | Nz::SoundEmitter | |
| m_source (defined in Nz::SoundEmitter) | Nz::SoundEmitter | protected |
| Music()=default (defined in Nz::Music) | Nz::Music | |
| Music(const Music &)=delete (defined in Nz::Music) | Nz::Music | |
| Music(Music &&)=delete (defined in Nz::Music) | Nz::Music | |
| OpenFromFile(const String &filePath, const MusicParams ¶ms=MusicParams()) | Nz::Music | |
| OpenFromMemory(const void *data, std::size_t size, const MusicParams ¶ms=MusicParams()) | Nz::Music | |
| OpenFromStream(Stream &stream, const MusicParams ¶ms=MusicParams()) | Nz::Music | |
| operator=(const Music &)=delete (defined in Nz::Music) | Nz::Music | |
| operator=(Music &&)=delete (defined in Nz::Music) | Nz::Music | |
| operator=(const Resource &)=default (defined in Nz::Resource) | Nz::Resource | |
| operator=(Resource &&) noexcept=default (defined in Nz::Resource) | Nz::Resource | |
| operator=(const SoundEmitter &)=delete (defined in Nz::SoundEmitter) | Nz::SoundEmitter | |
| Nz::SoundEmitter::operator=(SoundEmitter &&)=delete | Nz::SoundEmitter | |
| Pause() override | Nz::Music | virtual |
| Play() override | Nz::Music | virtual |
| Resource()=default (defined in Nz::Resource) | Nz::Resource | |
| Resource(const Resource &)=default (defined in Nz::Resource) | Nz::Resource | |
| Resource(Resource &&) noexcept=default (defined in Nz::Resource) | Nz::Resource | |
| SetAttenuation(float attenuation) | Nz::SoundEmitter | |
| SetFilePath(const String &filePath) | Nz::Resource | |
| SetMinDistance(float minDistance) | Nz::SoundEmitter | |
| SetPitch(float pitch) | Nz::SoundEmitter | |
| SetPlayingOffset(UInt32 offset) | Nz::Music | |
| SetPosition(const Vector3f &position) | Nz::SoundEmitter | |
| SetPosition(float x, float y, float z) | Nz::SoundEmitter | |
| SetVelocity(const Vector3f &velocity) | Nz::SoundEmitter | |
| SetVelocity(float velX, float velY, float velZ) | Nz::SoundEmitter | |
| SetVolume(float volume) | Nz::SoundEmitter | |
| SoundEmitter() | Nz::SoundEmitter | protected |
| SoundEmitter(const SoundEmitter &emitter) | Nz::SoundEmitter | protected |
| SoundEmitter(SoundEmitter &&)=delete (defined in Nz::SoundEmitter) | Nz::SoundEmitter | protected |
| Stop() override | Nz::Music | virtual |
| ~Music() | Nz::Music | |
| ~Resource() (defined in Nz::Resource) | Nz::Resource | virtual |
| ~SoundEmitter() | Nz::SoundEmitter | virtual |