XACT_NOTIFICATION_MARKER

Notification structure for all marker notifications.

typedef struct XACT_NOTIFICATION_MARKER {
    XACTINDEX cueIndex;
    IXACTSoundBank *pSoundBank;
    IXACTCue *pCue;
    DWORD marker;
} XACT_NOTIFICATION_MARKER, *LPXACT_NOTIFICATION_MARKER;

typedef const XACT_NOTIFICATION_MARKER *LPCXACT_NOTIFICATION_MARKER;

Members

cueIndex
Cue index. XACTINDEX_INVALID signifies an invalid cue index.
pSoundBank
Pointer to the IXACTSoundBank instance.
pCue
Pointer to the IXACTCue instance.
marker
Marker value.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures