Interactive3DLevel2ReverbEffect.Quality Property |
Language: |
Retrieves or sets the quality of the environmental reverberation effect.
Visual Basic Public Property Quality As Integer C# public int Quality { get; set; } C++ public:
property int Quality {
int get();
void set(int value);
}JScript public function get Quality() : int
public function set Quality(int);
System.Int32
This property is read/write.
Quality of the effect.
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 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