mirror of
https://github.com/samsonjs/media.git
synced 2026-04-16 13:05:46 +00:00
Fix typo in Player#isPlaying() Javadoc
PiperOrigin-RevId: 368383121
This commit is contained in:
parent
1ad56e96c2
commit
d13385be93
1 changed files with 1 additions and 1 deletions
|
|
@ -1489,7 +1489,7 @@ public interface Player {
|
|||
int getPlaybackSuppressionReason();
|
||||
|
||||
/**
|
||||
* Returns whether the player is playing, i.e. {@link #getContentPosition()} is advancing.
|
||||
* Returns whether the player is playing, i.e. {@link #getCurrentPosition()} is advancing.
|
||||
*
|
||||
* <p>If {@code false}, then at least one of the following is true:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue