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

FreeBSD Manual Pages

  
 
  

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

Name
       SoundOpenFileForWriting - open an audio file for	writing.

Synopsis
       #include	<audio/audiolib.h>

       Sound SoundOpenFileForWriting(filename, sound)
	   char	*filename;
	   Sound sound;

Arguments
       filename	 Specifies the name of the file.

       sound	 Specifies the audio file description.

Description
       SoundOpenFileForWriting opens filename for writing and returns sound or
       NULL if there was an error.

See Also
       SoundWriteFile.

       audiolib	- Network Audio	System C Language Interface

sound				     1.9.4	    SoundOpenFileForWriting(3)

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

home | help