DOKK / manpages / debian 12 / libaudio-dev / AuInputTrack.3nas.en
AuInputTrack(3) Library Functions Manual AuInputTrack(3)

AuInputTrack - input track structure

Structures

#include <audio/audiolib.h>

typedef struct _AuInputTrack
{
unsigned char element_num;
unsigned char track;
}AuInputTrack;

Members

Specifies the index of the element to supply the audio data for this 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.

audiolib - Network Audio System C Language Interface

1.9.4 audiolib - input track