Audio.Seek

Audio.Seek ( 

number Channel,

number SeekType,

number SeekTime = 0 )

Example 1

Audio.Seek(CHANNEL_USER1, 4, 32.15);

Seeks to the 32.15 second position of the audio file loaded in user channel 1.

Example 2

Audio.Seek(CHANNEL_BACKGROUND, 0);

Rewinds the audio in the background channel (seeks to the beginning).

Example 3

Audio.Seek(CHANNEL_USER1, 2, 5);

Seeks ahead by 5 seconds in user channel 1.

See also: Related Actions