Commit ffb5b41a by jaewan Committed by Oliver Woodman

Fix typo in Player#setMediaItems() Javadoc

PiperOrigin-RevId: 366015326
parent 6603c6bb
...@@ -1339,7 +1339,7 @@ public interface Player { ...@@ -1339,7 +1339,7 @@ public interface Player {
* C#TIME_UNSET} is passed, the default position of the given window is used. In any case, if * C#TIME_UNSET} is passed, the default position of the given window is used. In any case, if
* {@code startWindowIndex} is set to {@link C#INDEX_UNSET}, this parameter is ignored and the * {@code startWindowIndex} is set to {@link C#INDEX_UNSET}, this parameter is ignored and the
* position is not reset at all. * position is not reset at all.
* @throws IllegalSeekPositionException If the provided {@code windowIndex} is not within the * @throws IllegalSeekPositionException If the provided {@code startWindowIndex} is not within the
* bounds of the list of media items. * bounds of the list of media items.
*/ */
void setMediaItems(List<MediaItem> mediaItems, int startWindowIndex, long startPositionMs); void setMediaItems(List<MediaItem> mediaItems, int startWindowIndex, long startPositionMs);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment