// acxelements.h
typedef enum _ACX_VOLUME_CURVE_TYPE {
AcxVolumeCurveTypeNone,
AcxVolumeCurveTypeFade
} ACX_VOLUME_CURVE_TYPE, *PACX_VOLUME_CURVE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_VOLUME_CURVE_TYPE enumeration defines constants that specify a curve algorithm to be applied to set a volume level.
AcxVolumeCurveTypeNoneIndicates that no curve algorithm will be applied. When this curve is specified, the duration of the curve specified must be equal to 0.
AcxVolumeCurveTypeFadeIndicates that the algorithm that is applied to the volume setting must follow the curve shown in the diagram in AUDIO_CURVE_TYPE enumeration.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.