Microsoft DirectX 8.1 (Visual Basic) |
The GetQuality method retrieves the quality of the environmental reverberation effect.
Syntax
object.GetQuality() As Long
Parts
object
Resolves to a DirectSoundFXI3DL2Reverb8 object.
Return Values
Returns the quality of the effect.
Error Codes
If the method fails, an error is raised. Possible values for Err.Number include DSERR_INVALIDPARAM.
See Also