Minim |
|
cue |
Description Sets the position tomillis milliseconds from
the beginning. This will not change the play state. If an error
occurs while trying to cue, the position will not change.
If you try to cue to a negative position or try to a position
that is greater than length() , the amount will be clamped
to zero or length() .
Signature void cue(int millis) Parameters millis — int: the position to place the "playhead", in millisecondsReturns None Related FilePlayerExample None available Usage Web & Application |