1AuElementParameters(3) Library Functions Manual AuElementParameters(3)
2
3
4
6 AuElementParameters - element parameters structure
7
9 #include <audio/audiolib.h>
10
11 typedef struct _AuElementParameters
12 {
13 AuFlowID flow;
14 unsigned char element_num;
15 unsigned char num_parameters;
16 unsigned short pad;
17 AuInt32 parameters[AU_MAX_PARMS];
18 }AuElementParameters;
19
21 flow Specifies the ID of the flow.
22
23 element_num
24 Specifies the index of the element.
25
26 num_parameters
27 Specifies the number of parameters.
28
29 parameters
30 Specifies an array containing the element parameters.
31
33 The AuElementParameters structure is used to access those element pa‐
34 rameters that can be changed dynamically.
35
37 AuGetElementParameters, AuSetElementParameters.
38
39 audiolib - Network Audio System C Language Interface
40
41
42
43audiolib - 1.9.5 AuElementParameters(3)