Increasing Media Player GetTime interval

Hello all.
I have the following setup:

This prints the current play time of a song.

However, the output from this looks like this:
image

In other words, the GetTime updates only every 100ms.

Is there any way to make this more accurate?

I have tried looking into the MediaPlayer.cpp file, but I can’t find where I could change this…
Could anyone help please?

PS: I do need to use MediaPlayer and not just PlayAudio, because the audio is loaded at runtime

@FrostyJas sorry i removed previous post because of a duplicate

Im using default MediaPlayer class to play a sound at runtime. I want to track how long the audio is playing by GetTime, but it is only accurate every 100ms.

Do you please know where this limit could be changed?

PS: this is how i construct the media player that i reference later