1AuElementState(3) Library Functions Manual AuElementState(3)
2
3
4
6 AuElementState - element state structure
7
9 #include <audio/audiolib.h>
10
11 typedef struct _AuElementState
12 {
13 AuFlowID flow;
14 unsigned char element_num;
15 unsigned char state;
16 unsigned short pad;
17 }AuElementState;
18
20 flow Specifies the flow.
21
22 element_num
23 Specifies the index of the element of interest. Use AuEle‐
24 mentAll to access the state of the flow.
25
26 state Specifies the state of the element (or flow) specified by
27 element_num. This should be one of thses constants: AuS‐
28 tateStop, AuStateStart, or AuStatePause.
29
31 The AuElementState structure is used to access the state of elements in
32 a flow. Only flows and component elements (ExportBucket, ExportClient,
33 ExportDevice, ImportClient, ImportDevice, ImportBucket, and ImportWave‐
34 Form) have state.
35
37 AuGetElementStates, AuMakeElementState, AuGetElementStates.
38
39 audiolib - Network Audio System C Language Interface
40
41
42
43audiolib - element state structure 1.9.4 AuElementState(3)