Minim |
|
skip |
Description Skipsmillis from the current position. millis
can be negative, which will make this skip backwards. If the skip amount
would result in a negative position or a position that is greater than
length() , the new position will be clamped to zero or
length() .
Signature void skip(int millis) Parameters millis — int: how many milliseconds to skip, sign indicates directionReturns None Related FilePlayerExample None available Usage Web & Application |