1SoundAbbrevToFileFormat(3) Library Functions Manual SoundAbbrevToFileFormat(3)
2
3
4
6 SoundAbbrevToFileFormat - return a file format for a given name abbre‐
7 viation string.
8
10 #include <audio/audiolib.h>
11
12 int SoundAbbrevToFileFormat(string)
13 char *string;
14
16 string Specifies an abbreviated audio file format name.
17
19 SoundAbbrevToFileFormat returns the file format named by string or -1
20 if string is not recognized.
21
23 SoundStringToFileFormat.
24
25 audiolib - Network Audio System C Language Interface
26
27
28
29 1.9.4 SoundAbbrevToFileFormat(3)