Microsoft DirectX 8.1 (C++) |
The IDirectSoundNotify8 interface sets up notification events for a playback or capture buffer.
IDirectSoundNotify8 is a define for IDirectSoundNotify. The two interface names are interchangeable.
The interface is obtained by calling the QueryInterface method of an existing interface on a DirectSoundBuffer object. For an example, see Play Buffer Notification.
In addition to the methods inherited from IUnknown, the IDirectSoundNotify8 interface exposes the following method.
Method | Description |
SetNotificationPositions | Sets the notification positions. |
The LPDIRECTSOUNDNOTIFY type is defined as a pointer to the IDirectSoundNotify interface:
typedef struct IDirectSoundNotify *LPDIRECTSOUNDNOTIFY;
Requirements
Header: Declared in dsound.h.