AuGetElementStates(3) | Library Functions Manual | AuGetElementStates(3) |
AuGetElementStates - get the state of elements in a flow
#include <audio/audiolib.h>
AuElementState *AuGetElementStates(server,
num_states, states, status)
AuServer *server;
int *num_states; /* SEND and RETURN */
AuElementState *states;
AuStatus *status; /* RETURN */
AuGetElementStates 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.
Attempting to get the state of a non-component element (AddConstant, Bundle, ExportMonitor, MultiplyConstant, and Sum) will result in an error.
AuBadFlow, AuBadLength, AuBadAlloc, AuBadElement.
AuSetElementStates.
audiolib - Network Audio System C Language Interface
1.9.4 | audiolib - flow elements states |