Commit ee26da68 by tonihei Committed by Oliver Woodman

Add throws IllegalSeekPositionException doc to seekTo(windowIndex, positionMs).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177011497
parent 16c43c6b
...@@ -401,6 +401,8 @@ public interface Player { ...@@ -401,6 +401,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);
......
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