1SoundSeekFile(3) Library Functions Manual SoundSeekFile(3)
2
3
4
6 SoundSeekFile - seek to a position in an audio file.
7
9 #include <audio/audiolib.h>
10
11 int SoundSeekFile(n, sound)
12 int n;
13 Sound sound;
14
16 n Specifies the offset (in bytes), relative to the beginning of
17 the audio.
18
19 sound Specifies the audio file description.
20
22 SoundSeekFile sets the position of the next read to a specific offset.
23 It can only be used on files open for reading.
24
26 SoundTellFile.
27
28 audiolib - Network Audio System C Language Interface
29
30
31
32 1.9.5 SoundSeekFile(3)