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

FreeBSD Manual Pages

  
 
  

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

Name
     SoundAbbrevToFileFormat  -  return a file format for a given name abbrevia-
     tion string.

Synopsis
     #include <audio/audiolib.h>

     int SoundAbbrevToFileFormat(string)
	  char *string;

Arguments
     string    Specifies an abbreviated audio file format name.

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

See Also
     SoundStringToFileFormat.

     audiolib - Network Audio System C Language Interface

				      1.9.4	      SoundAbbrevToFileFormat(3)

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

home | help