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