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

Name

6       AuSetElementStates - set the state of elements in a flow
7

Synopsis

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

Arguments

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

Description

29       AuSetElementStates changes the states of those elements in those  flows
30       specified in states.
31

NoteS

33       Attempting  to  set  the  state of non-component elements (AddConstant,
34       Bundle, ExportMonitor, MultiplyConstant, and Sum)  will  result  in  an
35       error.
36

Errors

38       AuBadFlow, AuBadElement, AuBadAlloc, AuBadLength.
39

See Also

41       AuGetElementStates.
42
43       audiolib - Network Audio System C Language Interface
44
45
46
47audiolib - flow element states       1.9.4               AuSetElementStates(3)
Impressum