Previous | Up | Next |
Positions the current read position in the AsSnd to value '_position_'.Parameters
S asWaveSeek ( AsWave _wave_ I _position_ I _flag_ )
Return value
_wave_ Object of type AsWave _position_ Current read position. _flag_ Positioning flag.
Value Meaning AS_WAVE_BEGIN The position is given from the beginning of the file. AS_WAVE_CURRENT The position is given from the current read position. AS_WAVE_END The position is given from the end of the file.
The AsWave given as a parameter, or nil in case of a failure.