|
NameSoundSeekFile - seek to a position in an audio file.Synopsis#include <audio/audiolib.h>int SoundSeekFile(n, sound) int n; Sound sound; Arguments
DescriptionSoundSeekFile sets the position of the next read to a specific offset. It can only be used on files open for reading.See AlsoSoundTellFile.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |