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

SoundCloseFile - close an audio file description.

Arguments

sound     Specifies the audio file description.

Description

SoundCloseFile  closes  the audio file described by sound and returns 0 if successfull or -1 if there was
       an error.  Any unwritten data is written and the storage associated with sound is deallocated.

Name

SoundCloseFile - close an audio file description.

See Also

SoundOpenFileForReading, SoundOpenFileForWriting.

       audiolib - NetworkAudioSystem C Language Interface

                                                      1.9.4                                    SoundCloseFile(3)

Synopsis

       #include <audio/audiolib.h>

       int SoundCloseFile(sound)
           Soundsound;

See Also