mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
c1c892f5ec
commit
1861aea2b3
1 changed files with 2 additions and 0 deletions
|
|
@ -368,6 +368,8 @@ public interface Player {
|
||||||
* @param windowIndex The index of the window.
|
* @param windowIndex The index of the window.
|
||||||
* @param positionMs The seek position in the specified window, or {@link C#TIME_UNSET} to seek to
|
* @param positionMs The seek position in the specified window, or {@link C#TIME_UNSET} to seek to
|
||||||
* the window's default position.
|
* 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);
|
void seekTo(int windowIndex, long positionMs);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue