mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Fix parameter order in DefaultLoadControl constructor.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180254437
This commit is contained in:
parent
8f1ef6a29a
commit
ad80784c19
1 changed files with 1 additions and 1 deletions
|
|
@ -90,8 +90,8 @@ public class DefaultLoadControl implements LoadControl {
|
|||
allocator,
|
||||
DEFAULT_MIN_BUFFER_MS,
|
||||
DEFAULT_MAX_BUFFER_MS,
|
||||
DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS,
|
||||
DEFAULT_BUFFER_FOR_PLAYBACK_MS,
|
||||
DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS,
|
||||
DEFAULT_TARGET_BUFFER_BYTES,
|
||||
DEFAULT_PRIORITIZE_TIME_OVER_SIZE_THRESHOLDS);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue