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

SoundSeekFile - seek to a position in an audio file.

Arguments

n         Specifies the offset (in bytes), relative to the beginning of the audio.

       sound     Specifies the audio file description.

Description

SoundSeekFile  sets the position of the next read to a specific offset. It can only be used on files open
       for reading.

Name

SoundSeekFile - seek to a position in an audio file.

See Also

SoundTellFile.

       audiolib - NetworkAudioSystem C Language Interface

                                                      1.9.4                                     SoundSeekFile(3)

Synopsis

       #include <audio/audiolib.h>

       int SoundSeekFile(n, sound)
           int n;
           Soundsound;

See Also