1AuMakeElementExportMonitor(3L)ibrary Functions ManuaAluMakeElementExportMonitor(3)
2
3
4

Name

6       AuMakeElementExportMonitor - initialize an ExportMonitor element
7

Synopsis

9       #include <audio/audiolib.h>
10
11       AuMakeElementExportMonitor(element,    input,    event_rate,    format,
12       num_tracks)
13           AuElement *element; /* RETURN */
14           unsigned short input;
15           unsigned short event_rate;
16           unsigned char format;
17           unsigned char num_tracks;
18

Arguments

20       element   Returns the initialized element.
21
22       input     Specifies the index of the element to supply the  audio  data
23                 to monitor.
24
25       event_rate
26                 Specifies the event rate for the monitor.
27
28       format    Specifies  the format of the audio data.  Currently, the fol‐
29                 lowing formats are defined: AuFormatULAW8,  AuFormatLinearUn‐
30                 signed8,   AuFormatLinearSigned8,  AuFormatLinearSigned16MSB,
31                 AuFormatLinearUnsigned16MSB,  AuFormatSignedLinear16LSB,  and
32                 AuFormatLinearUnsigned16LSB.
33
34       num_tracks
35                 Specifies the number of tracks in the audio data.
36

Description

38       AuMakeElementExportMonitor  sets  the  type member of element to AuEle‐
39       mentTypeExportMonitor and initializes the exportmonitor member of  ele‐
40       ment with the remaining arguments.
41
42       AuMakeElementExportMonitor is implemented as a macro.
43

See Also

45       AuMakeElementAddConstant,   AuMakeElementBundle,   AuMakeElementExport‐
46       Bucket,  AuMakeElementExportClient,  AuMakeElementExportDevice,   AuMa‐
47       keElementImportBucket,  AuMakeElementImportClient, AuMakeElementImport‐
48       Device,   AuMakeElementImportWaveForm,   AuMakeElementMultiplyConstant,
49       AuMakeElementSum.
50
51       audiolib - Network Audio System C Language Interface
52
53
54
55audiolib - element initialization    1.9.4       AuMakeElementExportMonitor(3)
Impressum