1AuStringToFormat(3) Library Functions Manual AuStringToFormat(3)
2
3
4
6 AuStringToFormat - return the format described by string.
7
9 #include <audio/audiolib.h>
10
11 int AuStringToFormat(string)
12 char *string;
13
15 string Specifies the string description of the audio data format.
16
18 AuStringToFormat returns the numeric value of the audio data format de‐
19 scribed by string or -1 if string is not recognized.
20
22 AuFormatToString.
23
24 audiolib - Network Audio System C Language Interface
25
26
27
28audioutil 1.9.5 AuStringToFormat(3)