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

Name

6       AuMakeElementBundle - initialize a Bundle element
7

Synopsis

9       #include <audio/audiolib.h>
10
11       AuMakeElementBundle(element, num_inputs, inputs)
12           AuElement *element; /* RETURN */
13           unsigned short num_inputs;
14           AuInputTrack *inputs;
15

Arguments

17       element   Returns the initialized element.
18
19       num_inputs
20                 Specifies the number of input tracks to be bundled.
21
22       inputs    Specifies  the  list  of  input tracks to bundle.  Entries in
23                 this list can be initialized with AuMakeInputTrack.
24

Description

26       AuMakeElementBundle sets the type member of element  to  AuElementType‐
27       Bundle  and initializes the bundle member of element with the remaining
28       arguments.
29
30       AuMakeElementBundle is implemented as a macro.
31

See Also

33       AuMakeElementAddConstant,  AuMakeElementExportBucket,  AuMakeElementEx‐
34       portClient,    AuMakeElementExportDevice,   AuMakeElementExportMonitor,
35       AuMakeElementImportBucket, AuMakeElementImportClient,  AuMakeElementIm‐
36       portDevice, AuMakeElementImportWaveForm, AuMakeElementMultiplyConstant,
37       AuMakeElementSum.
38
39       audiolib - Network Audio System C Language Interface
40
41
42
43audiolib - element initialization    1.9.4              AuMakeElementBundle(3)
Impressum