M mddmx Member Licensed User Longtime User Jul 7, 2011 #1 The Percentage is always -2147483648 is this the way it is supposed to be ? Sub mp_StreamBuffer(Percentage As Int) Log(Percentage) End Sub thank you in advance for any comments .... mike.
The Percentage is always -2147483648 is this the way it is supposed to be ? Sub mp_StreamBuffer(Percentage As Int) Log(Percentage) End Sub thank you in advance for any comments .... mike.
Erel B4X founder Staff member Licensed User Longtime User Jul 8, 2011 #2 Maybe this stream misses the data required for calculating the buffered part. Usually it shows a value between 0 to 100. Upvote 0
Maybe this stream misses the data required for calculating the buffered part. Usually it shows a value between 0 to 100.