1AuDestroyFlow(3) Library Functions Manual AuDestroyFlow(3)
2
3
4
6 AuDestroyFlow - destroy flow
7
9 #include <audio/audiolib.h>
10
11 void AuDestroyFlow(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 be destroyed.
20
21 status If non-NULL, flush the output buffer and return the status
22 from the server.
23
25 AuDestroyFlow destroys the specified flow, releasing the resources used
26 by the flow. The flow is destroyed immediately.
27
29 AuBadFlow.
30
32 AuCreateFlow.
33
34 audiolib - Network Audio System C Language Interface
35
36
37
38audiolib - flow existence 1.9.4 AuDestroyFlow(3)