mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix typo in Player#setMediaItems() Javadoc
PiperOrigin-RevId: 366015326
This commit is contained in:
parent
6603c6bbcf
commit
ffb5b41a20
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue