|
NameAuMakeElementImportDevice - initialize an ImportDevice element Synopsis#include <audio/audiolib.h> AuMakeElementImportDevice(element,
sample_rate, device, num_samples, num_actions,
actions)
Arguments
DescriptionAuMakeElementImportDevice sets the type member of element to AuElementTypeImportDevice and initializes the importdevice member of element with the remaining arguments. AuMakeElementImportDevice is implemented as a macro. See AlsoAuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExportBucket, AuMakeElementExportClient, AuMakeElementExportDevice, AuMakeElementExportMonitor, AuMakeElementImportBucket, AuMakeElementImportClient, AuMakeElementImportWaveForm, AuMakeElementMultiplyConstant, AuMakeElementSum. audiolib - Network Audio System C Language Interface
|