mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Alter default exo buffertime value to 2500ms.
This commit is contained in:
parent
12d05a0917
commit
116a18848f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public interface ExoPlayer {
|
|||
* The default minimum duration of data that must be buffered for playback to start or resume
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue