Listener3D.AllParameters Property (Microsoft.DirectX.DirectSound)

Retrieves and sets all 3-D parameters of the sound environment and the listener.

Definition

Visual Basic Public Property AllParameters As Listener3DSettings
C# public Listener3DSettings AllParameters { get; set; }
C++ public:
property Listener3DSettings AllParameters {
        Listener3DSettings get();
        void set(Listener3DSettings value);
}
JScript public function get AllParameters() : Listener3DSettings
public function set AllParameters(Listener3DSettings);

Property Value

Microsoft.DirectX.DirectSound.Listener3DSettings
Contains the 3-D parameters for the sound environment and the listener.

This property is read/write. 

Remarks

If the Deferred property of the Listener3D object is set to true, the parameters are not applied until the application calls the CommitDeferredSettings method of the Listener3D object. Otherwise, the parameters are applied immediately, causing the system to recalculate the 3-D coordinates.

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.