DS3DListener
Applies to

TDirectSoundBuffer

Declaration

property DS3DListener: IDirectSound3DListener;

Description

Read only. Returns the IDirectSound3DListener interface associated with this object. This value is nil for versions 1 and 2 of DirectX, in which case you can't take advantage of this interface methods.

As this interface only applies to primary buffers and there's only one for each DirectSound the encapsulation of this interface is made in the TDirectSound object.