|
NameAuMakeElementImportWaveForm - initialize an ImportWaveForm elementSynopsis#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; Arguments
DescriptionAuMakeElementImportWaveForm 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. NoteSA server might not support all the waveforms currently defined.See AlsoAuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExportBucket, AuMakeElementExportClient, AuMakeElementExportDevice, AuMakeElementExportMonitor AuMakeElementImportBucket, AuMakeElementImportClient, AuMakeElementImportDevice, AuMakeElementMultiplyConstant, AuMakeElementSum.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |