\fBName\fP

SoundTellFile - return the position of an audio file.

\fBSynopsis\fP

#include <audio/audiolib.h>

int SoundTellFile(sound)

    Sound sound;

\fBArguments\fP

sound

Specifies the audio file description.

\fBDescription\fP

SoundTellFile returns the offset (in bytes) of the next byte to be read, relative to the beginning of the audio. It can only be used on files open for reading.

\fBSee Also\fP

SoundSeekFile.

audiolib - Network Audio System C Language Interface