|
NameAuMakeElementImportBucket - initialize an ImportBucket elementSynopsis#include <audio/audiolib.h>AuMakeElementImportBucket(element, sample_rate, bucket, num_samples, offset, num_actions, actions) AuElement *element; /* RETURN */ unsigned short sample_rate; AuBucketID bucket; AuUint32 num_samples; AuInt32 offset; int num_actions; AuElementAction *actions; Arguments
DescriptionAuMakeElementImportBucket sets the type member of element to AuElementTypeImportBucket and initializes the importbucket member of element with the remaining arguments.AuMakeElementImportBucket is implemented as a macro. See AlsoAuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExportBucket, AuMakeElementExportClient, AuMakeElementExportDevice, AuMakeElementExportMonitor, AuMakeElementImportClient, AuMakeElementImportDevice, AuMakeElementImportWaveForm, AuMakeElementMultiplyConstant, AuMakeElementSum.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |