IllegalSeekPositionException
Artifact: androidx.media3:media3-common
@UnstableApi
class IllegalSeekPositionException : IllegalStateException
| kotlin.Any | |||||
| ↳ | kotlin.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalStateException | ||||
| ↳ | androidx.media3.common.IllegalSeekPositionException |
Thrown when an attempt is made to seek to a position that does not exist in the player's Timeline.
Summary
Public constructors |
|---|
IllegalSeekPositionException( |
Public properties |
|
|---|---|
Long |
The seek position in the specified window. |
Timeline! |
The |
Int |
The index of the window being seeked to. |
Inherited functions |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public constructors
IllegalSeekPositionException
IllegalSeekPositionException(
timeline: Timeline!,
windowIndex: Int,
positionMs: Long
)