1AuCreateFlow(3) Library Functions Manual AuCreateFlow(3)
2
3
4
6 AuCreateFlow - create a flow
7
9 #include <audio/audiolib.h>
10
11 AuFlowID AuCreateFlow(server, status)
12 AuServer *server;
13 AuStatus *status; /* RETURN */
14
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
22 AuCreateFlow creates a flow and returns the flow ID, or AuNone if there
23 was an error.
24
26 AuBadAlloc.
27
29 AuDestroyFlow, AuGetFlowAttributes.
30
31 audiolib - Network Audio System C Language Interface
32
33
34
35audiolib - flow existence 1.9.4 AuCreateFlow(3)