Interactive3DLevel2ReverbEffect.Quality Property (Microsoft.DirectX.DirectSound)

Retrieves or sets the quality of the environmental reverberation effect.

Definition

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);

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

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.