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

AuMakeInputTrack - initialize an input track

Arguments

track     Returns the initialized input track.

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

       track     Specifies the track number.

Description

AuMakeInputTrack is used to initialize an AuInputTrack structure.

       AuMakeImportTrack is implemented as a macro.

       audiolib - NetworkAudioSystem C Language Interface

audiolib - input track initialization                 1.9.4                                  AuMakeInputTrack(3)

Name

AuMakeInputTrack - initialize an input track

Synopsis

       #include <audio/audiolib.h>

       AuMakeInputTrack(track, element_num, track)
           AuInputTrack *track;  /* RETURN */
           unsigned short element_num;
           unsigned char track;

See Also