Class IllegalSeekPositionException

    • Field Detail

      • timeline

        public final Timeline timeline
        The Timeline in which the seek was attempted.
      • windowIndex

        public final int windowIndex
        The index of the window being seeked to.
      • positionMs

        public final long positionMs
        The seek position in the specified window.
    • Constructor Detail

      • IllegalSeekPositionException

        public IllegalSeekPositionException​(Timeline timeline,
                                            int windowIndex,
                                            long positionMs)
        Parameters:
        timeline - The Timeline in which the seek was attempted.
        windowIndex - The index of the window being seeked to.
        positionMs - The seek position in the specified window.