Notification
Applies to

TDirectSoundCapture

Declaration

procedure Notification( Obj: TObject; Operation: TOperation );

Description

The Notification method notifies the DirectSoundCapture that the object specified by Obj is about to be inserted or removed, as specified by Operation. DirectSoundCaptureBuffer objects pass the notification to their owned DirectSoundCapture object.
You should not call this method.