Searched refs:catchIllegalSeekException (Results 1 – 2 of 2) sorted by relevance
126 private final boolean catchIllegalSeekException; field in Action.Seek138 catchIllegalSeekException = false; in Seek()150 public Seek(String tag, int windowIndex, long positionMs, boolean catchIllegalSeekException) { in Seek() argument154 this.catchIllegalSeekException = catchIllegalSeekException; in Seek()167 if (!catchIllegalSeekException) { in doActionImpl()
189 public Builder seek(int windowIndex, long positionMs, boolean catchIllegalSeekException) { in seek() argument190 return apply(new Seek(tag, windowIndex, positionMs, catchIllegalSeekException)); in seek()