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

Name

6       AuMakeInputTrack - initialize an input track
7

Synopsis

9       #include <audio/audiolib.h>
10
11       AuMakeInputTrack(track, element_num, track)
12           AuInputTrack *track;  /* RETURN */
13           unsigned short element_num;
14           unsigned char track;
15

Arguments

17       track     Returns the initialized input track.
18
19       element_num
20                 Specifies  the  index of the element to supply the audio data
21                 for this track.
22
23       track     Specifies the track number.
24

Description

26       AuMakeInputTrack is used to initialize an AuInputTrack structure.
27
28       AuMakeImportTrack is implemented as a macro.
29
30       audiolib - Network Audio System C Language Interface
31
32
33
34audiolib - input track initialization1.9.5                 AuMakeInputTrack(3)
Impressum