I'm trying to create a ProgressBar for MediaPlayerStream StreamBuffer. I think I'm almost there - my audio files load and play fine - except my percentage keeps showing as -2147483648 in the log.
I am using the following code to see the percentage. Is there any way around this value to please the ProgressBar?
I am using the following code to see the percentage. Is there any way around this value to please the ProgressBar?
B4X:
Sub MPS_StreamBuffer(Percentage As Int)
Log(Percentage)
End Sub