1AuMakeElementMultiplyConstanLti(b3r)ary Functions MaAnuuMaalkeElementMultiplyConstant(3)
2
3
4

Name

6       AuMakeElementMultiplyConstant - initialize a MultiplyConstant element
7

Synopsis

9       #include <audio/audiolib.h>
10
11       AuMakeElementMultiplyConstant(element, input, constant)
12           AuElement *element; /* RETURN */
13           unsigned short input;
14           AuFixedPoint constant;
15

Arguments

17       element   Returns the initialized element.
18
19       input     Specifies  the  index of the element to supply the audio data
20                 for this element.
21
22       constant  Specifies the fixed point value that each sample from the in‐
23                 put  will  be  multiplied by.  Fixed point values can be con‐
24                 structed with AuFixedPointFromSum  and  AuFixedPointFromFrac‐
25                 tion.
26

Description

28       AuMakeElementMultiplyConstant  sets  the  type of element to AuElement‐
29       TypeMultiplyConstant and initializes the multiplyconstant member of el‐
30       ement with the remaining arguments.
31
32       AuMakeElementMultiplyConstant is implemented as a macro.
33

See Also

35       AuMakeElementAddConstant,   AuMakeElementBundle,   AuMakeElementExport‐
36       Bucket,  AuMakeElementExportClient,  AuMakeElementExportDevice,   AuMa‐
37       keElementExportMonitor, AuMakeElementImportBucket, AuMakeElementImport‐
38       Client, AuMakeElementImportDevice,  AuMakeElementImportWaveForm,  AuMa‐
39       keElementSum.
40
41       audiolib - Network Audio System C Language Interface
42
43
44
45audiolib - element initialization    1.9.5    AuMakeElementMultiplyConstant(3)
Impressum