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

FreeBSD Manual Pages

  
 
  

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

Name
     SoundOpenFileForReading - open an audio file for reading.

Synopsis
     #include <audio/audiolib.h>

     Sound SoundOpenFileForReading(filename)
	 char *filename;

Arguments
     filename  Specifies the name of the audio file to open.

Description
     SoundOpenFileForReading  opens  filename for reading and returns a Sound, a
     pointer to the SoundRec structure describing the file or NULL if there  was
     an error.

See Also
     SoundReadFile.

     audiolib - Network Audio System C Language Interface

				      1.9.4	      SoundOpenFileForReading(3)

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

home | help