mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00
Fix deprecated Javadoc link.
#minor-release PiperOrigin-RevId: 408269341
This commit is contained in:
parent
e5fc714136
commit
80ebbbf18f
@ -2119,7 +2119,7 @@ public interface Player {
|
|||||||
/** Returns the index of the period currently being played. */
|
/** Returns the index of the period currently being played. */
|
||||||
int getCurrentPeriodIndex();
|
int getCurrentPeriodIndex();
|
||||||
|
|
||||||
/** @deprecated Use {@link #getCurrentMediaItem()} instead. */
|
/** @deprecated Use {@link #getCurrentMediaItemIndex()} instead. */
|
||||||
@Deprecated
|
@Deprecated
|
||||||
int getCurrentWindowIndex();
|
int getCurrentWindowIndex();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user