AuMakeNoopAction
initialize an action
- Provided by: libaudio-dev (Version: 1.9.4-6build1)
- Source: nas
- Report a bug
initialize an action
#include <audio/audiolib.h>
AuMakeNoopAction(action, trigger_state,
trigger_prev_state, trigger_reason)
AuElementAction action; /* RETURN */
unsigned char trigger_state;
unsigned char trigger_prev_state;
unsigned char trigger_reason;
AuMakeNoopAction sets the action field of action to AuElementActionNoop and initializes the other fields with the remaining arguments.
AuMakeNoopAction is implemented as a macro.
AuMakeChangeStateAction, AuMakeSendNotifyAction.
audiolib - Network Audio System C Language Interface