|
NameAuMakeElementState - initialize an element state structureSynopsis#include <audio/audiolib.h>AuMakeElementState(state, flow, element_num, state) AuElementState *state; /* RETURN */ AuFlowID flow; unsigned char element_num; unsigned char state; Arguments
DescriptionAuMakeElementState initializes an AuElementState structure for use in a subsequent call to AuGetElementStates or AuSetElementStates.AuMakeElementState is implemented as a macro. ErrorsAuBadFlow, AuBadElement.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |