nw::snd::PanMode Enumerated Type

Syntax

#include <nw/snd/snd_Global.h>

enum PanMode;

Value

Value Description
PAN_MODE_DUAL Treats stereo as two monaural tracks and performs localization processing on each.
PAN_MODE_BALANCE Processes the volume balance of the left and right channels.
PAN_MODE_INVALID Indicates the pan mode is an invalid type.

Description

Definition of the pan operation mode.

See Also

SoundArchive::SoundInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL