mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +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;
|
||||
/**
|
||||
* 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;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue