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

Name

6       AuReleaseScratchFlow - release a scratch flow.
7

Synopsis

9       #include <audio/audiolib.h>
10
11       void AuReleaseScratchFlow(server, flow, status)
12           AuServer *server;
13           AuFlowID flow;
14           AuStatus *status; /* RETURN */
15

Arguments

17       server    Specifies the connection to the audio server.
18
19       flow      Specifies the ID of the flow to release.
20
21       status    If  non-NULL,  flush  the output buffer and return the status
22                 from the server.
23

Description

25       AuReleaseScratchFlow releases flow.  If flow is not  one  of  the  pre-
26       allocated flows, it will be destroyed.
27

Errors

29       AuBadFlow.
30

See Also

32       AuGetSratchFlow.
33
34       audiolib - Network Audio System C Language Interface
35
36
37
38audioutil                            1.9.4             AuReleaseScratchFlow(3)
Impressum