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