1AuStopFlow(3) Library Functions Manual AuStopFlow(3)
2
3
4
6 AuStopFlow - stop a flow.
7
9 #include <audio/audiolib.h>
10
11 void AuStopFlow(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 stop.
20
21 status If non-NULL, flush the output buffer and return the status
22 from the server.
23
25 AuStopFlow stops flow. All of the elements in flow will their state
26 set to AuStateStop.
27
29 AuBadFlow.
30
32 AuStartFlow, AuPauseFlow.
33
34 audiolib - Network Audio System C Language Interface
35
36
37
38audioutil 1.9.4 AuStopFlow(3)