1AuGetElementParameters(3) Library Functions Manual AuGetElementParameters(3)
2
3
4
6 AuGetElementParameters - get the parameters of elements in a flow
7
9 #include <audio/audiolib.h>
10
11 AuBool AuGetElementParameters(server, num_parameters, parameters, sta‐
12 tus)
13 AuServer *server;
14 int num_parameters;
15 AuElementParameters *parameters; /* RETURN */
16 AuStatus *status; /* RETURN */
17
19 server Specifies the connection to the audio server.
20
21 num_parameters
22 Specifies the number of element parameters to return.
23
24 states Specifies a list of AuElementParameters structures which
25 indicate the flow and element number of the elements to
26 return the parameters from.
27
28 status If non-NULL, flush the output buffer and return the status
29 from the server.
30
32 Not implemented.
33
35 AuBadFlow, AuBadLenght, AuBadAlloc, AuBadElement.
36
38 AuSetElementParameters.
39
40 audiolib - Network Audio System C Language Interface
41
42
43
44audiolib - flow elements parameters 1.9.1 AuGetElementParameters(3)