Microsoft DirectX 9.0 SDK Update (October 2004)

Listener3D.AllParameters Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property AllParameters As Listener3DSettings
C# public Listener3DSettings AllParameters { get; set; }
Managed C++ public: __property Listener3DSettings get_AllParameters();
public: __property void set_AllParameters(Listener3DSettings);
JScript .NET 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
ArgumentException Leave Site An invalid parameter was passed to the called method.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center