Share via


XACT_NOTIFICATION_WAVE

XACT_NOTIFICATION_WAVE

Notification structure for all wave notifications.

typedef struct XACT_NOTIFICATION_WAVE {
    IXACTWaveBank *pWaveBank;
    XACTINDEX waveIndex;
    XACTINDEX cueIndex;
    IXACTSoundBank *pSoundBank;
    IXACTCue *pCue;
    IXACTWave *pWave;
} XACT_NOTIFICATION_WAVE, *LPXACT_NOTIFICATION_WAVE;

typedef const XACT_NOTIFICATION_WAVE *LPCXACT_NOTIFICATION_WAVE;

Members

  • pWaveBank
    Pointer to the IXACTWaveBank instance.
  • waveIndex
    Wave index.
  • cueIndex
    Cue index. XACTINDEX_INVALID signifies an invalid cue index.
  • pSoundBank
    Pointer to the IXACTSoundBank instance.
  • pCue
    Pointer to the IXACTCue instance.
  • pWave
    Pointer to the IXACTWave instance.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures