AuMakeElementExportDevice(3) | Library Functions Manual | AuMakeElementExportDevice(3) |
AuMakeElementExportDevice - initialize an ExportDevice element
#include <audio/audiolib.h>
AuMakeElementExportDevice(element, input,
device, sample_rate, num_samples, num_actions,
actions)
AuElement *element; /* RETURN */
unsigned short input;
AuDeviceID device;
unsigned short sample_rate;
AuUint32 num_samples;
int num_actions;
AuElementAction *actions;
AuMakeElementExportDevice 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.
AuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExportBucket, AuMakeElementExportClient, AuMakeElementExportMonitor, AuMakeElementImportBucket, AuMakeElementImportClient, AuMakeElementImportDevice, AuMakeElementImportWaveForm, AuMakeElementMultiplyConstant, AuMakeElementSum.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - element initialization |