nw::snd::DecayCurve Enumerated Type

Syntax

#include <nw/snd/snd_Global.h>

enum DecayCurve;

Value

Value Description
DECAY_CURVE_LOG A logarithmic curve.
DECAY_CURVE_LINEAR A linear curve.

Description

This is an enumerator type for volume attenuation curves.

Volume attenuation curves are used for 3D sounds. See Sound3DParam.

See Also

Sound3DParam Structure

Revision History

2010/03/12
Initial version.

CONFIDENTIAL