Optional seek position in seconds, optionally followed
by the sound instance ID.
Returns number
The current seek position when no extra arguments are given.
Example
// read the current position of the background music letcurrent_pos = me.audio.seek("dst-gameforest"); // rewind the background music to the beginning me.audio.seek("dst-gameforest", 0);
Get or set the playback position of a sound.