SoundStream.onSeek

Change the current playing position in the stream source.

This function must be overridden by derived classes to allow random seeking into the stream source.

class SoundStream
protected abstract
void
onSeek
()

Parameters

timeOffset Time

New playing position, relative to the start of the stream

Meta