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