![]() |
![]()
| ![]() |
![]()
NameAuGetElementStates - get the state of elements in a flow Synopsis#include <audio/audiolib.h> AuElementState *AuGetElementStates(server,
num_states, states, status)
Arguments
DescriptionAuGetElementStates returns a list of element states, or NULL, with num_states set to 0, if there was an error. Use AuFreeElementStates to free this list when nolonger needed. NOTESAttempting to get the state of a non-component element (AddConstant, Bundle, ExportMonitor, MultiplyConstant, and Sum) will result in an error. ErrorsAuBadFlow, AuBadLength, AuBadAlloc, AuBadElement. See AlsoAuSetElementStates. audiolib - Network Audio System C Language Interface
|