Defines an explicit piecewise curve made up of linear segments, directly defining DSP behavior with respect to normalized distance.
typedef struct X3DAUDIO_DISTANCE_CURVE {
X3DAUDIO_DISTANCE_CURVE_POINT *pPoints;
UINT32 PointCount;
} X3DAUDIO_DISTANCE_CURVE;
Header: Declared in X3daudio.h.