SeekMP3PosMillis (int position)
Seeks the currently playing MP3 or OGG background music file to POSITION milliseconds from
the start. If the current track is not an MP3 or OGG track, has no effect.
If the background music is currently crossfading between two tracks, this acts on the new
track which is fading in.
Example:
SeekMP3PosMillis(30000);
will seek the current MP3 to 30 seconds from its start.
See Also: GetMP3PosMillis
|