1SoundSeekFile(3)           Library Functions Manual           SoundSeekFile(3)
2
3
4

Name

6       SoundSeekFile - seek to a position in an audio file.
7

Synopsis

9       #include <audio/audiolib.h>
10
11       int SoundSeekFile(n, sound)
12           int n;
13           Sound sound;
14

Arguments

16       n         Specifies the offset (in bytes), relative to the beginning of
17                 the audio.
18
19       sound     Specifies the audio file description.
20

Description

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

See Also

26       SoundTellFile.
27
28       audiolib - Network Audio System C Language Interface
29
30
31
32                                     1.9.4                    SoundSeekFile(3)
Impressum