nw::snd::SoundStartable::StartInfo::EnableFlagBit Enumerated Type

Syntax

#include <nw/snd/snd_SoundStartable.h>

enum EnableFlagBit;

Value

Value Description
ENABLE_START_OFFSET Makes the values specified in startOffsetType and startOffset valid. You must set both parameters at the same time.
ENABLE_PLAYER_ID Enables the values specified in playerId.
ENABLE_PLAYER_PRIORITY Enables the values specified in playerPriority.
ENABLE_ACTOR_PLAYER_ID Enables the values specified in actorPlayerId.
ENABLE_SEQ_SOUND_INFO Enables the values specified in seqSoundInfo.

Description

StartInfo Defines bit flags used to enable structure parameters.

The logical OR of the various values is used.

See Also

SoundStartable::StartInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL