mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix Javadoc typo.
Issue: #1235 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117131149
This commit is contained in:
parent
c8d81abd52
commit
b76db7acd2
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ public interface ExoPlayer {
|
||||||
static final int STATE_BUFFERING = 3;
|
static final int STATE_BUFFERING = 3;
|
||||||
/**
|
/**
|
||||||
* The player is prepared and able to immediately play from the current position. The player will
|
* The player is prepared and able to immediately play from the current position. The player will
|
||||||
* be playing if {@link #setPlayWhenReady(boolean)} returns true, and paused otherwise.
|
* be playing if {@link #getPlayWhenReady()} returns true, and paused otherwise.
|
||||||
*/
|
*/
|
||||||
static final int STATE_READY = 4;
|
static final int STATE_READY = 4;
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue