mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Make repeatMode private
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157226768
This commit is contained in:
parent
cf6f1d7bf2
commit
27fc82f0ad
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ import java.util.concurrent.CopyOnWriteArraySet;
|
||||||
|
|
||||||
private boolean tracksSelected;
|
private boolean tracksSelected;
|
||||||
private boolean playWhenReady;
|
private boolean playWhenReady;
|
||||||
@RepeatMode int repeatMode;
|
private @RepeatMode int repeatMode;
|
||||||
private int playbackState;
|
private int playbackState;
|
||||||
private int pendingSeekAcks;
|
private int pendingSeekAcks;
|
||||||
private int pendingPrepareAcks;
|
private int pendingPrepareAcks;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue