logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoundTellFile - return the position of an audio file.

Arguments

sound     Specifies the audio file description.

Description

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.

Name

SoundTellFile - return the position of an audio file.

See Also

SoundSeekFile.

       audiolib - NetworkAudioSystem C Language Interface

                                                      1.9.4                                     SoundTellFile(3)

Synopsis

       #include <audio/audiolib.h>

       int SoundTellFile(sound)
           Soundsound;

See Also