XACT_NOTIFICATION_VARIABLE

Notification structure for all variable notifications.

typedef struct XACT_NOTIFICATION_VARIABLE {
    XACTINDEX cueIndex;
    IXACTSoundBank *pSoundBank;
    IXACTCue *pCue;
    XACTVARIABLEINDEX variableIndex;
    XACTVARIABLEVALUE variableValue;
    BOOL local;
} XACT_NOTIFICATION_VARIABLE, *LPXACT_NOTIFICATION_VARIABLE;

typedef const XACT_NOTIFICATION_VARIABLE *LPCXACT_NOTIFICATION_VARIABLE;

Members

cueIndex
Cue index.
pSoundBank
Soundbank instance.
pCue
Cue instance.
variableIndex
Variable index.
variableValue
Variable value.
local
TRUE if a local variable.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures