![]() |
![]()
| ![]() |
![]()
NameAuReadElement - read data from an ExportClient element in a flow Synopsis#include <audio/audiolib.h> void AuReadElement(server, flow,
element, num_bytes, data, status)
Arguments
DescriptionAuReadElement transfers audio data from the server to the client application, reading num_bytes from the ExportClient specified by element in audio flow flow into data. NoteIf the flow is "trivial" (consisting only of an ExportClient and an ImportBucket), the num_samples fields in the ExportClient and ImportBucket are ignored. ErrorsAuBadFlow, AuBadElement. See AlsoAuWriteElement. audiolib - Network Audio System C Language Interface
|