XACT_NOTIFICATION_CUE
Notification structure for all XACT cue notifications.
typedef struct XACT_NOTIFICATION_CUE {
XACTINDEX cueIndex;
IXACTSoundBank *pSoundBank;
IXACTCue *pCue;
} XACT_NOTIFICATION_CUE, *LPXACT_NOTIFICATION_CUE;
typedef const XACT_NOTIFICATION_CUE *LPCXACT_NOTIFICATION_CUE;
Members
- cueIndex
- Cue index. XACTINDEX_INVALID signifies an invalid cue index.
- pSoundBank
- Pointer to the IXACTSoundBank instance. This pointer is invalid when the notification type is XACTNOTIFICATIONTYPE_CUEDESTROYED.
- pCue
- Pointer to the IXACTCue instance. This pointer is invalid when the notification type is XACTNOTIFICATIONTYPE_CUEDESTROYED.
Requirements
Header: Declared in Xact.h.
See Also
XACT Structures