1AuFreeDeviceAttributes(3) Library Functions Manual AuFreeDeviceAttributes(3)
2
3
4
6 AuFreeDeviceAttributes - free memory used by lists of device attributes
7
9 #include <audio/audiolib.h>
10
11 void AuFreeDeviceAttributes(server, nattributes, attributes)
12 AuServer *server;
13 int nattributes;
14 AuDeviceAttributes *attributes;
15
17 server Specifies the connection to the audio server.
18
19 nattributes
20 Specifies the number of device attributes to free.
21
22 attributes
23 Specifies a single device attribute structure returned by
24 AuGetDeviceAttributes or a list of device attributes returned
25 by AuListDevices.
26
28 AuFreeDeviceAttributes frees the memory allocated by AuGetDeviceAtā
29 tributes or AuListDevices.
30
31 audiolib - Network Audio System C Language Interface
32
33
34
35audiolib - device attributes 1.9.1 AuFreeDeviceAttributes(3)