nw::snd::SoundArchive::SoundInfo Structurestruct SoundInfo
{
FileId fileId;
ItemId playerId;
int actorPlayerId;
int playerPriority;
int volume;
PanMode panMode;
PanCurve panCurve;
bool isFrontBypass;
};
Structure storing a sound's settings information.
If isFrontBypass is true and the output mode set using SoundSystem::SetOutputMode is OUTPUT_MODE_SURROUND, the corresponding sound bypasses the front channel.
| fileId | FileId |
A file ID in a sound archive. | |
|---|---|---|---|
| playerId | ItemId |
Represents the player ID used when playing sounds. | |
| actorPlayerId | int | Actor player number used when playing sounds with an actor. | |
| playerPriority | int | Represents the player priority value when playing sounds. | |
| volume | int | Volume when playing a sound. | |
| panMode | PanMode | Pan mode type. | |
| panCurve | PanCurve | Pan curve type. | |
| isFrontBypass | bool | Flag indicating whether to bypass the front channel. |
ReadSoundInfo
FileId
ItemId
PanMode
PanCurve
nn::snd::Voice::SetFrontBypassFlag
CONFIDENTIAL