Audio: Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-05-29 19:34:51 +02:00
parent d121393267
commit 28f1d8aa76
6 changed files with 27 additions and 13 deletions

View File

@@ -32,7 +32,6 @@ namespace Nz
bool IsLooping() const override;
bool IsPlayable() const;
bool IsPlaying() const;
bool LoadFromFile(const std::filesystem::path& filePath, const SoundBufferParams& params = SoundBufferParams());
bool LoadFromMemory(const void* data, std::size_t size, const SoundBufferParams& params = SoundBufferParams());