Alter default exo buffertime value to 2500ms.

This commit is contained in:
Oliver Woodman 2015-05-11 21:05:37 +01:00
parent 12d05a0917
commit 116a18848f

View file

@ -101,7 +101,7 @@ public interface ExoPlayer {
* The default minimum duration of data that must be buffered for playback to start or resume * The default minimum duration of data that must be buffered for playback to start or resume
* following a user action such as a seek. * following a user action such as a seek.
*/ */
public static final int DEFAULT_MIN_BUFFER_MS = 500; public static final int DEFAULT_MIN_BUFFER_MS = 2500;
/** /**
* The default minimum duration of data that must be buffered for playback to resume * The default minimum duration of data that must be buffered for playback to resume