1AuMakeElementMultiplyConstanLti(b3r)ary Functions MaAnuuMaalkeElementMultiplyConstant(3)
2
3
4
6 AuMakeElementMultiplyConstant - initialize a MultiplyConstant element
7
9 #include <audio/audiolib.h>
10
11 AuMakeElementMultiplyConstant(element, input, constant)
12 AuElement *element; /* RETURN */
13 unsigned short input;
14 AuFixedPoint constant;
15
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
23 input will be multiplied by. Fixed point values can be con‐
24 structed with AuFixedPointFromSum and AuFixedPointFromFrac‐
25 tion.
26
28 AuMakeElementMultiplyConstant sets the type of element to AuElement‐
29 TypeMultiplyConstant and initializes the multiplyconstant member of
30 element with the remaining arguments.
31
32 AuMakeElementMultiplyConstant is implemented as a macro.
33
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.4 AuMakeElementMultiplyConstant(3)