HrtfDistanceDecayType enumeration (hrtfapoapi.h)
Indicates a distance-based decay type applied to a sound.
Syntax
typedef enum HrtfDistanceDecayType {
NaturalDecay = 0,
CustomDecay
} ;
Constants
NaturalDecay Value: 0 Simulates natural decay with distance, as constrained by minimum and maximum gain distance limits. Drops to silence at rolloff distance. |
CustomDecay Used to set up a custom gain curve, within the maximum and minimum gain limit. |
Requirements
Requirement | Value |
---|---|
Header | hrtfapoapi.h |