public final class IllegalSeekPositionException
extends java.lang.IllegalStateException
Timeline
.Modifier and Type | Field and Description |
---|---|
long |
positionMs
The seek position in the specified window.
|
Timeline |
timeline
The
Timeline in which the seek was attempted. |
int |
windowIndex
The index of the window being seeked to.
|
Constructor and Description |
---|
IllegalSeekPositionException(Timeline timeline,
int windowIndex,
long positionMs) |