mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Remove stray space
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196323463
This commit is contained in:
parent
74df3766f9
commit
f848d0e339
1 changed files with 3 additions and 4 deletions
|
|
@ -46,11 +46,10 @@ public class DefaultLoadControl implements LoadControl {
|
|||
public static final int DEFAULT_BUFFER_FOR_PLAYBACK_MS = 2500;
|
||||
|
||||
/**
|
||||
* The default duration of media that must be buffered for playback to resume after a rebuffer,
|
||||
* in milliseconds. A rebuffer is defined to be caused by buffer depletion rather than a user
|
||||
* action.
|
||||
* The default duration of media that must be buffered for playback to resume after a rebuffer, in
|
||||
* milliseconds. A rebuffer is defined to be caused by buffer depletion rather than a user action.
|
||||
*/
|
||||
public static final int DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS = 5000;
|
||||
public static final int DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS = 5000;
|
||||
|
||||
/**
|
||||
* The default target buffer size in bytes. When set to {@link C#LENGTH_UNSET}, the load control
|
||||
|
|
|
|||
Loading…
Reference in a new issue