![]() |
![]() |
![]() |
Listener3D.AllParameters Property |
Language: |
Retrieves and sets all 3-D parameters of the sound environment and the listener.
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);
Microsoft.DirectX.DirectSound.Listener3DSettings
This property is read/write.
Contains the 3-D parameters for the sound environment and the listener.
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 An invalid parameter was passed to the called method.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center