rewind method

void rewind(
  1. int l
)

Implementation

void rewind(int l) {
  startMillis -= l;
}