Previous Up Next

asWaveSeek
Positions the current read position in the AsSnd to value '_position_'.

S asWaveSeek (
AsWave _wave_
I _position_
I _flag_
)
Parameters

_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.
Return value

The AsWave given as a parameter, or nil in case of a failure.