1AuSetString(3) Library Functions Manual AuSetString(3)
2
3
4
6 AuSetString - initialize a description string structure
7
9 #include <audio/audiolib.h>
10
11 AuSetString(string, type, len, data)
12 AuString *string; /* RETURN */
13 int type;
14 int len;
15 char *data;
16
17
19 type Specifies the type. The following types are defined: AuS‐
20 tringLatin1 or AuStringCompoundText.
21
22 len Specifies the length of the data.
23
24 data Specifies the description data.
25
27 AuSetString initializes an AuString structure.
28
30 AuStringCompoundText might not be supported by the server.
31
32 audiolib - Network Audio System C Language Interface
33
34
35
36audiolib - initialize description stri1n.g9.4 AuSetString(3)