return the current seek position (if no extra parameters were given)
Example
// return the current position of the background music letcurrent_pos = me.audio.seek("dst-gameforest"); // set back the position of the background music to the beginning me.audio.seek("dst-gameforest", 0);
get/set the position of playback for a sound.