|
NameAuMakeElementImportDevice - initialize an ImportDevice elementSynopsis#include <audio/audiolib.h>AuMakeElementImportDevice(element, sample_rate, device, num_samples, num_actions, actions) AuElement *element; /* RETURN */ unsigned short sample_rate; AuDeviceID device; AuUint32 num_samples; int num_actions; AuElementAction *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
Visit the GSP FreeBSD Man Page Interface. |