Contents

setLinearScale

This function tells CoreAudio if it should apply a curve to the scaler representation of the volume.

Declaration

virtual void setLinearScale(
 booluseLinearScale);

Parameters

  • useLinearScale:

    TRUE instructs CoreAudio to not apply a curve to the scaler representation of the volume, FALSE instructs CoreAudio to apply a curve, which is CoreAudio's default behavior.

See Also

Miscellaneous