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