AuMakeElementImportWaveFrom(3) | Library Functions Manual | AuMakeElementImportWaveFrom(3) |
AuMakeElementImportWaveForm - initialize an ImportWaveForm element
#include <audio/audiolib.h>
AuMakeElementImportWaveForm(element,
sample_rate, wave_form, num_samples, freq,
num_actions, actions)
AuElement *element; /* RETURN */
unsigned short sample_rate;
int wave_form;
AuInt32 freq;
AuInt32 num_samples;
int num_actions;
AuElementAction *actions;
AuMakeElementImportWaveForm sets the type member of element to AuElementTypeImportWaveForm and initializes the importwaveform member of element with the remaining arguments.
AuMakeElementImportWaveForm is implemented as a macro.
A server might not support all the waveforms currently defined.
AuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExportBucket, AuMakeElementExportClient, AuMakeElementExportDevice, AuMakeElementExportMonitor AuMakeElementImportBucket, AuMakeElementImportClient, AuMakeElementImportDevice, AuMakeElementMultiplyConstant, AuMakeElementSum.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - element initialization |