Changed to size_t over uint64_t
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
|
||||
const SoundState GetState();
|
||||
const SoundType GetSoundType();
|
||||
const uint64_t GetPlayedSampleCount();
|
||||
const size_t GetPlayedSampleCount();
|
||||
|
||||
const float GetPlaybackTime();
|
||||
bool SetPlaybackTime(float time);
|
||||
|
||||
Reference in New Issue
Block a user