mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Fix deprecated Javadoc link.
#minor-release PiperOrigin-RevId: 408269341
This commit is contained in:
parent
363c9a98ae
commit
39d6ad855f
1 changed files with 1 additions and 1 deletions
|
|
@ -2136,7 +2136,7 @@ public interface Player {
|
|||
/** Returns the index of the period currently being played. */
|
||||
int getCurrentPeriodIndex();
|
||||
|
||||
/** @deprecated Use {@link #getCurrentMediaItem()} instead. */
|
||||
/** @deprecated Use {@link #getCurrentMediaItemIndex()} instead. */
|
||||
@UnstableApi
|
||||
@Deprecated
|
||||
int getCurrentWindowIndex();
|
||||
|
|
|
|||
Loading…
Reference in a new issue