1SoundRewindFile(3) Library Functions Manual SoundRewindFile(3)
23
4
Name
6SoundRewindFile - rewind an audio file.
7
Synopsis
9#include <audio/audiolib.h>
1011
int SoundRewindFile(sound)
12Sound sound;
13
Arguments
15sound Specifies the audio file description.
16
Description
18SoundRewindFile resets the position of read/write of the audio file to
19the beginning.
20
See Also
22audiolib - Network Audio System C Language Interface
2324
25
26
1.9.5 SoundRewindFile(3)