AuMakeInputTrack.3nas

Langue: en

Version: 1.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

Name

AuMakeInputTrack - initialize an input track

Synopsis

AuMakeInputTrack(track, element_num, track)

    AuInputTrack *track;  

    unsigned short element_num;

    unsigned char 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 - Network Audio System C Language Interface