1AuStartFlow(3) Library Functions Manual AuStartFlow(3)
2
3
4
6 AuStartFlow - start a flow.
7
9 #include <audio/audiolib.h>
10
11 void AuStartFlow(server, flow, status)
12 AuServer *server;
13 AuFlowID flow;
14 AuStatus *status; /* RETURN */
15
17 server Specifies the connection to the audio server.
18
19 flow Specifies the ID of the flow to start.
20
21 status If non-NULL, flush the output buffer and return the status
22 from the server.
23
25 AuStartFlow starts flow. 0 of the elements in flow will have their
26 state set to AuStateStart.
27
29 AuBadFlow.
30
32 AuPauseFlow, AuStopFlow.
33
34 audiolib - Network Audio System C Language Interface
35
36
37
38audioutil 1.9.4 AuStartFlow(3)