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