table of contents
| AuInputTrack(3) | Library Functions Manual | AuInputTrack(3) |
NAME¶
AuInputTrack - input track structureStructures¶
#include <audio/audiolib.h>unsigned char element_num;
unsigned char track;
Members¶
- element_num
- Specifies the index of the element to supply the audio data for this track.
- track
- Specifies the track number.
Description¶
AuInputTrack is used by bundle elements to define what tracks from what elements to access. Use AuMakeInputTrack to initialize an AuInputTrack structure.| 1.9.3 | audiolib - input track |