1AuMakeElementState(3) Library Functions Manual AuMakeElementState(3)
2
3
4
6 AuMakeElementState - initialize an element state structure
7
9 #include <audio/audiolib.h>
10
11 AuMakeElementState(state, flow, element_num, state)
12 AuElementState *state; /* RETURN */
13 AuFlowID flow;
14 unsigned char element_num;
15 unsigned char state;
16
18 state Returns the initialized element state structure.
19
20 flow Specifies the ID of the flow.
21
22 element_num
23 Specifies the index of the element in flow. Use AuElementAll
24 to specify the flow.
25
26 state Specifies the state of the element. This should be one of
27 thses constants: AuStateStop, AuStateStart, or AuStatePause.
28
30 AuMakeElementState initializes an AuElementState structure for use in a
31 subsequent call to AuGetElementStates or AuSetElementStates.
32
33 AuMakeElementState is implemented as a macro.
34
36 AuBadFlow, AuBadElement.
37
38 audiolib - Network Audio System C Language Interface
39
40
41
42audiolib - element state structure ini1t.i9a.l5ization AuMakeElementState(3)