nw::snd::PanMode Enumerated Type#include <nw/snd/snd_Global.h> enum PanMode;
| 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. |
Definition of the pan operation mode.
CONFIDENTIAL