AU3DMixerAttenuationCurve Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates attentuation curve types.
public enum AU3DMixerAttenuationCurve
type AU3DMixerAttenuationCurve =
- Inheritance
-
AU3DMixerAttenuationCurve
Fields
Exponential | 1 | Indicates an exponential attenuation curve. |
Inverse | 2 | Indicates an inverse attenuation curve. |
Linear | 3 | Indicates a linear attenuation curve. |
Power | 0 | Indicates an equal-power attenuation curve. |