|
NameAuMakeElementExportDevice - initialize an ExportDevice elementSynopsis#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; 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
Visit the GSP FreeBSD Man Page Interface. |