nw::snd::SoundArchive::Sound3DInfo::FlagCtrl Enumerator

Syntax

#include <nw/snd/snd_SoundArchive.h>

enum FlagCtrl;

Value

Value Description
FLAG_CTRL_VOLUME Flag indicating whether to calculate volume.
FLAG_CTRL_PRIORITY Flag indicating whether to calculate priority.
FLAG_CTRL_PAN Flag indicating whether to calculate pan.
FLAG_CTRL_SPAN Flag indicating whether to calculate surround pan.
FLAG_CTRL_FILTER Flag indicating whether to calculate a biquad filter.

Description

These flags indicate whether each parameter associated with 3D sound should be calculated.

Revision History

2010/11/30
Initial version.

CONFIDENTIAL