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

Name

6       AuSetElements - set elements in a flow
7

Synopsis

9       #include <audio/audiolib.h>
10
11       void  AuSetElements(server, flow, clocked, num_elements, elements, sta‐
12       tus)
13           AuServer *server;
14           AuFlowID flow;
15           AuBool clocked;
16           int num_elements;
17           AuElement *elements;
18           AuStatus *status; /* RETURN */
19

Arguments

21       server    Specifies the connection to the audio server.
22
23       flow      Specifies the ID of the flow to set elements in.
24
25       clocked   Specifies if the flow is clocked.
26
27       num_elements
28                 Specifies the number of elements.
29
30       elements  Specifies the list of elements to use.
31
32       status    If non-NULL, flush the output buffer and  return  the  status
33                 from the server.
34

Description

36       AuSetElements is used to set the elements in flow.
37

Note

39       Unclocked  flows  (Specifying  a  value of AuFalse for clocked) are not
40       implemented.
41

Errors

43       AuBadFlow, AuBadLength, AuBadElement, AuBadAlloc, AuBadValue.
44

See Also

46       AuGetElements, AuSetElementParameters.
47
48       audiolib - Network Audio System C Language Interface
49
50
51
52audiolib - flow elements             1.9.4                    AuSetElements(3)
Impressum