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

FreeBSD Manual Pages

  
 
  

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

Name
     SoundStringToFileFormat - return a file format for a given name string.

Synopsis
     #include <audio/audiolib.h>

     int SoundStringToFileFormat(string)
	 char *string

Arguments
     string    Specifies an audio file format name.

Description
     SoundStringToFileFormat  returns  the  file format named by string or -1 if
     string is not recognized.

See Also
     SoundAbbrevToFileFormat.

     audiolib - Network Audio System C Language Interface

				      1.9.4	      SoundStringToFileFormat(3)

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

home | help