Changed to size_t over uint64_t

This commit is contained in:
2025-10-06 08:04:37 +03:00
parent 020f9c5eef
commit 1f0f193b54
2 changed files with 2 additions and 2 deletions

View File

@@ -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);