mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add throws IllegalSeekPositionException doc to seekTo(windowIndex, positionMs).
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177011497
This commit is contained in:
parent
16c43c6bb7
commit
ee26da682c
1 changed files with 2 additions and 0 deletions
|
|
@ -401,6 +401,8 @@ public interface Player {
|
|||
* @param windowIndex The index of the window.
|
||||
* @param positionMs The seek position in the specified window, or {@link C#TIME_UNSET} to seek to
|
||||
* the window's default position.
|
||||
* @throws IllegalSeekPositionException If the player has a non-empty timeline and the provided
|
||||
* {@code windowIndex} is not within the bounds of the current timeline.
|
||||
*/
|
||||
void seekTo(int windowIndex, long positionMs);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue