1AuSetElementParameters(3) Library Functions Manual AuSetElementParameters(3)
2
3
4
6 AuSetElementParameters - set the parameters of elements in a flow
7
9 #include <audio/audiolib.h>
10
11 void AuSetElementParameters(server, num_parameters, parameters, status)
12 AuServer *server;
13 int num_parameters;
14 AuElementParameters *parameters;
15 AuStatus *status; /* RETURN */
16
18 server Specifies the connection to the audio server.
19
20 num_parameters
21 Specifies the number of parameters.
22
23 parameters
24 Specifies a list which give the flow, element number and pa‐
25 rameters of the elements to change.
26
27 status If non-NULL, flush the output buffer and return the status
28 from the server.
29
31 AuSetElementParameters changes those element parameters that can be
32 changed dynamically. Changes in element types is not allowed.
33
34 There isn't any way to specify only one parameter of a multi-parameter
35 element, so all the element's parameters should be set.
36
38 Attempts to change non-existant parameters will be silently ignored.
39
41 AuBadFlow, AuBadElement.
42
44 AuGetElementParameters.
45
46 audiolib - Network Audio System C Language Interface
47
48
49
50audiolib - flow elements parameters 1.9.5 AuSetElementParameters(3)