AuMakeElementExportBucket - initialize an ExportBucket element
#include <audio/audiolib.h>
AuMakeElementExportBucket(element, input, bucket, num_sam_ples,
offset, num_actions, actions)
AuElement *element; /* RETURN */
unsigned short input;
AuBucketID bucket;
AuUint32 num_samples;
AuInt32 offset;
int num_actions;
AuElementAction *actions;
num_samples
Specifies the number of samples to write to the
bucket.
num_actions
Specifies the number of actions in actions.
actions Specifies the list of actions to associate with this element. Entries in this list can be initialized with AuMakeChangeStateAction, AuMakeSendNotifyAction, and AuMakeNoopAction. May be NULL.
AuMakeElementExportBucket sets the type member of element to AuElementTypeExportBucket and initializes the export_bucket member of element with the remaining arguments.
AuMakeElementExportBucket is implemented as a macro.
AuMakeElementAddConstant, AuMakeElementBundle, AuMakeElementExportClient, AuMakeElementExportDevice, AuMakeElementExportMonitor, AuMakeElementImportBucket, AuMakeElementImportClient, AuMakeElementImportDevice,
audiolib - Network Audio System C Language Interface