Notify.SetNotificationPositions Method ()

Sets the notification positions for triggering events during capture or playback.

Overload List

public void SetNotificationPositions(BufferPositionNotify[]);
public void SetNotificationPositions(BufferPositionNotify[], int);

Remarks

During capture or playback, the associated event is signaled whenever the read or play cursor reaches one of the notification positions set by this method.

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.

OutOfMemoryExceptionLeave Site

Microsoft DirectSound could not allocate sufficient memory to complete the call.

See Also