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

Name

6       AuElementParameters - element parameters structure
7

Structures

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

Members

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

Description

33       The  AuElementParameters  structure  is  used  to  access those element
34       parameters that can be changed dynamically.
35

See Also

37       AuGetElementParameters, AuSetElementParameters.
38
39       audiolib - Network Audio System C Language Interface
40
41
42
43audiolib -                           1.9.4              AuElementParameters(3)
Impressum