logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AuInputTrack - input track structure

Description

AuInputTrack is used by bundle elements to define what tracks from what elements to access.

       Use AuMakeInputTrack to initialize an AuInputTrack structure.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - input track                                1.9.4                                      AuInputTrack(3)

Members

element_num
                 Specifies the index of the element to supply the audio data for this track.

       track     Specifies the track number.

Name

AuInputTrack - input track structure

Structures

       #include <audio/audiolib.h>

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

See Also