|
NameAuMakeChangeStateAction - initialize an actionSynopsis#include <audio/audiolib.h>AuMakeChangeStateAction(action, trigger_state, trigger_prev_state, trigger_reason, flow, element_num, new_state) AuElementAction action; /* RETURN */ unsigned char trigger_state; unsigned char trigger_prev_state; unsigned char trigger_reason; AuFlowID flow; unsigned char element_num; unsigned char new_state; Arguments
DescriptionAuMakeChangeStateAction sets the action field of action to AuElementActionChangeState and initializes the other fields with the remaining arguments.AuMakeChangeStateAction is implemented as a macro. See AlsoAuMakeSendNotifyAction, AuMakeNoopAction.audiolib - Network Audio System C Language Interface
Visit the GSP FreeBSD Man Page Interface. |