mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +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 playWhenReady;
|
||||
@RepeatMode int repeatMode;
|
||||
private @RepeatMode int repeatMode;
|
||||
private int playbackState;
|
||||
private int pendingSeekAcks;
|
||||
private int pendingPrepareAcks;
|
||||
|
|
|
|||
Loading…
Reference in a new issue