DirectX SDK |
The DirectSound3DListener.GetRolloffFactor method retrieves the current rolloff factor.
object.GetRolloffFactor() As Single
If the method succeeds, the current rolloff factor value is returned.
If the method fails, an error is raised and Err.Number may be set to DSERR_INVALIDPARAM.
The rolloff factor has a range of DS3D_MINROLLOFFFACTOR (no rolloff) to DS3D_MAXROLLOFFFACTOR (as currently defined, 10 times the rolloff found in the real world). The default value is DS3D_DEFAULTROLLOFFFACTOR (1.0). For additional information, see Rolloff Factor.