1AuGetScratchFlowFromBucket(3L)ibrary Functions ManuaAluGetScratchFlowFromBucket(3)
2
3
4
6 AuGetScratchFlowFromBucket - use a scratch flow to create an import
7 from a bucket.
8
10 #include <audio/audiolib.h>
11
12 AuFlowID AuGetScratchFlowFromBucket(server, bucket, export, status)
13 AuServer *server;
14 AuBucketID bucket;
15 int *export; /* 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 ExportClient element.
24
25 status If non-NULL, flush the output buffer and return the status
26 from the server.
27
29 AuGetScratchFlowFromBucket uses a scratch flow to create an import from
30 bucket and returns the flow ID or AuNone if there was an error.
31
33 AuBadAlloc.
34
36 AuCreateFlow, AuGetScratchFlow.
37
38 audiolib - Network Audio System C Language Interface
39
40
41
42audioutil 1.9.5 AuGetScratchFlowFromBucket(3)