1AuGetScratchFlowToBucket(3)Library Functions ManualAuGetScratchFlowToBucket(3)
2
3
4
6 AuGetScratchFlowToBucket - use a scratch flow to create an export to a
7 bucket.
8
10 #include <audio/audiolib.h>
11
12 AuFlowID AuGetScratchFlowToBucket(server, bucket, import, status)
13 AuServer *server;
14 AuBucketID bucket;
15 int *import; /* RETURN */
16 AuStatus *status; /* RETURN */
17
19 server Specifies the connection to the audio server.
20
21 bucket Specifies the ID of the bucket to use.
22
23 import Returns the index of the ImportClient element.
24
25 status If non-NULL, flush the output buffer and return the status
26 from the server.
27
29 AuGetScratchFlowToBucket uses a scratch flow to create an export to
30 bucket.
31
33 AuBadAlloc.
34
36 AuCreateFlow, AuGetScratchFlow.
37
38 audiolib - Network Audio System C Language Interface
39
40
41
42audioutil 1.9.4 AuGetScratchFlowToBucket(3)