procedure Notification( Obj: TObject; Operation: TOperation );
The Notification method notifies the DirectSound that the object specified by Obj is
about to be inserted or removed, as specified by Operation. Sound Buffer objects pass the
notification to their owned DirectSound object.
You should not call this method.