Android MediaPlayer reset buffer data after seekTo call

Every time I call seekTo () while streaming a file on my media player, the already buffered percentage is reset. Is there a way to not restart the buffering of some part of my file that was already buffered when using seekto?

+3
source share
1 answer

No, AFAIK you have no control over buffering. You cannot even say how much you want to buffer.

+1
source

All Articles