More VS fixes

Former-commit-id: 7b613049d581c62ccefd3b63938e51571a04fa8f
This commit is contained in:
Lynix
2015-06-13 17:23:45 +02:00
parent 504eb96b93
commit b1081c63e5
3 changed files with 17 additions and 17 deletions

View File

@@ -18,8 +18,8 @@ class NAZARA_API NzSoundStream
virtual nzUInt32 GetDuration() const = 0;
virtual nzAudioFormat GetFormat() const = 0;
virtual unsigned int GetSampleCount() const = 0;
virtual unsigned int GetSampleRate() const = 0;
virtual nzUInt64 GetSampleCount() const = 0;
virtual nzUInt32 GetSampleRate() const = 0;
virtual unsigned int Read(void* buffer, unsigned int sampleCount) = 0;
virtual void Seek(nzUInt32 offset) = 0;