Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SoundCloseFile(3)	    Library Functions Manual	       SoundCloseFile(3)

Name
     SoundCloseFile - close an audio file description.

Synopsis
     #include <audio/audiolib.h>

     int SoundCloseFile(sound)
	 Sound sound;

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.

See Also
     SoundOpenFileForReading, SoundOpenFileForWriting.

     audiolib - Network Audio System C Language Interface

				      1.9.4		       SoundCloseFile(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SoundCloseFile&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help