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

Name

6       AuGetScratchFlow - get a scratch flow
7

Synopsis

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

Arguments

16       server    Specifies the connection to the audio server.
17
18       status    If  non-NULL,  flush  the output buffer and return the status
19                 from the server.
20

Description

22       AuGetScratchFlow gets one of the pre-allocated flow ID's  if  availible
23       or creates a new flow if not and returns the flow ID or AuNone if there
24       was an error.
25

Errors

27       AuBadAlloc.
28

See Also

30       AuCreateFlow, AuReleaseScratchFlow.
31
32       audiolib - Network Audio System C Language Interface
33
34
35
36audioutil                            1.9.5                 AuGetScratchFlow(3)
Impressum