1AuSetElementStates(3) Library Functions Manual AuSetElementStates(3)
2
3
4
6 AuSetElementStates - set the state of elements in a flow
7
9 #include <audio/audiolib.h>
10
11 void AuSetElementStates(server, num_states, states, status)
12 AuServer *server;
13 int num_states;
14 AuElementStates *states;
15 AuStatus *status; /* RETURN */
16
18 server Specifies the connection to the audio server.
19
20 num_states
21 Specifies the number of element states.
22
23 states Specifies the list of element states to use.
24
25 status If non-NULL, flush the output buffer and return the status
26 from the server.
27
29 AuSetElementStates changes the states of those elements in those flows
30 specified in states.
31
33 Attempting to set the state of non-component elements (AddConstant,
34 Bundle, ExportMonitor, MultiplyConstant, and Sum) will result in an er‐
35 ror.
36
38 AuBadFlow, AuBadElement, AuBadAlloc, AuBadLength.
39
41 AuGetElementStates.
42
43 audiolib - Network Audio System C Language Interface
44
45
46
47audiolib - flow element states 1.9.5 AuSetElementStates(3)