Microsoft DirectX 9.0 SDK Update (October 2004)

Interactive3DLevel2ReverbEffect.Quality Property

Language:

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

Retrieves or sets the quality of the environmental reverberation effect.

Definition

Visual Basic .NET Public Property Quality As Integer
C# public int Quality { get; set; }
Managed C++ public: __property int get_Quality();
public: __property void set_Quality(int);
JScript .NET public function get Quality() : int
public function set Quality(int);

Property Value

System.Int32 . Quality of the effect.

This property is read/write. 

Remarks

Higher values produce better quality at the expense of processing time.

Can range from Interactive3DLevel2ReverbEffect.QualityMin to Interactive3DLevel2ReverbEffect.QualityMax.

The default value is 2.

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