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

Name

6       AuListBuckets - list buckets
7

Synopsis

9       #include <audio/audiolib.h>
10
11       AuBucketAttributes *AuListBuckets(server, valuemask, attributes, nbuck‐
12       ets, status)
13           AuServer *server;
14           AuMask valuemask;
15           AuBucketAttributes *attributes;
16           int *nbuckets; /* RETURN */
17           AuStatus *status; /* RETURN */
18

Arguments

20       server    Specifies the connection to the audio server.
21
22       valuemask Specifies which bucket attributes are defined in  attributes.
23                 This  must be a bitwise inclusive OR of zero or more of these
24                 constants: AuCompCommonIDMask, AuCompCommonKindMask,  AuComp‐
25                 CommonUseMask,   AuCommonFormatMask,   AuCommonNumTracksMask,
26                 AuCommonAccessMask, AuCommonDescriptionMask, AuCompBucketSam‐
27                 pleRateMask,  or AuCompBucketNumSamplesMask.  If valuemask is
28                 zero, the attributes are ignored and are not referenced.
29
30       attributes
31                 Specifies the structure from which the values  (as  specified
32                 by the value mask) are to be taken.
33
34       nbuckets  Returns the number of buckets in the returned list.
35
36       status    If  non-NULL,  flush  the output buffer and return the status
37                 from the server.
38

Description

40       AuListBuckets returns a list of buckets whose  attributes  match  those
41       values in attributes specified by valuemask, or NULL, with nbuckets set
42       to 0, if there was an error.  Use AuFreeBucketAttributes  to  free  the
43       list when its nolonger needed.
44

Errors

46       AuBadLength.
47

See Also

49       AuGetBucketAttributes.
50
51       audiolib - Network Audio System C Language Interface
52
53
54
55audiolib - bucket attributes         1.9.4                    AuListBuckets(3)
Impressum