|
NameAuMakeElementImportClient - initialize an ImportClient elementSynopsis#include <audio/audiolib.h>AuMakeElementImportClient(element, sample_rate, format, num_tracks, discard, max_samples, low_water_mark, num_actions, actions) AuElement *element; /* RETURN */ unsigned short sample_rate; unsigned char format; unsigned char num_tracks; unsigned char discard; AuUint32 max_samples; AuUint32 low_water_mark; int num_actions; AuElementAction *actions; Arguments
DescriptionAuMakeElementImportClient sets the type of element to AuElementTypeImportClient and initializes the importclient member of element with the remaining arguments.AuMakeElementImportClient is implemented as a macro. See AlsoAuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExportClient, AuMakeElementExportDevice, AuMakeElementExportBucket, AuMakeElementExportMonitor, AuMakeElementImportDevice, AuMakeElementImportBucket, AuMakeElementImportWaveForm, AuMakeElementMultiplyConstant, AuMakeElementSum.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |