1AuFreeElementStates(3) Library Functions Manual AuFreeElementStates(3)
2
3
4
6 AuFreeElementStates - free the memory used by lists of flow element
7 states
8
10 #include <audio/audiolib.h>
11
12 void AuFreeElementStates(server, num_states, states)
13 AuServer *server;
14 int num_states;
15 AuElementState *states;
16
18 server Specifies the connection to the audio server.
19
20 num_states
21 Specifies the number of elements states to free.
22
23 states Specifies a list of element states returned by AuGetEleā
24 mentStates.
25
27 AuFreeElements frees the memory allocated by AuGetElementStates.
28
29 audiolib - Network Audio System C Language Interface
30
31
32
33audiolib - flow element states 1.9.4 AuFreeElementStates(3)