1AuSetString(3)             Library Functions Manual             AuSetString(3)
2
3
4

Name

6       AuSetString - initialize a description string structure
7

Synopsis

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

Arguments

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

Description

27       AuSetString initializes an AuString structure.
28

Note

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)
Impressum