Table of Contents
SoundRewindFile - rewind an audio file. 
#include
<audio/audiolib.h> 
int SoundRewindFile(sound) 
    Sound sound;
 
- sound
- Specifies the audio file description. 
SoundRewindFile
resets the position of read/write of the audio file to the beginning.
audiolib - Network Audio System C Language Interface 
Table of Contents