![]() |
![]()
| ![]() |
![]()
NameAuWriteElement - write data to an ImportClient element in a flow Synopsis#include <audio/audiolib.h> void AuWriteElement(server, flow,
element, num_bytes, data, end_of_data,
status)
Arguments
DescriptionAuWriteElement transfers audio data from the client application to the server, writing num_bytes from data to the ImportClient specified by element in the audio flow flow. If end_of_data is AuTrue, the ImportClient's eof flag will be set when the write is completed. NoteIf the flow is "trivial" (consisting only of an ImportClient and an ExportBucket), the num_samples fields in the ImportClient and ExportBucket are ignored and a write past the end of the bucket will result in an AuBadLength error. ErrorsAuBadFlow, AuBadElement, AuBadValue, AuBadLength. See AlsoAuReadElement. audiolib - Network Audio System C Language Interface
|