Home
last modified time | relevance | path

Searched defs:SoundInfo (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchive.h127 struct SoundInfo struct
129 FileId fileId; //!< サウンドアーカイブ内でのファイル ID です
130 ItemId playerId; //!< サウンドを再生するときに使用されるプレイヤーの ID です
133 int actorPlayerId;
135 int playerPriority; //!< サウンドを再生するときのプレイヤープライオリティの値です
136 int volume; //!< サウンドを再生するときの音量です
137 PanMode panMode; //!< パンモードの種類です
138 PanCurve panCurve; //!< パンのカーブの種類です
140 bool isFrontBypass; //!< フロントバイパスするか否かを示すフラグです
Dsnd_SoundArchiveFile.h261 struct SoundInfo struct
264 ut::ResU32 fileId;
265 ut::ResU32 playerId;
266 ut::ResU8 volume;
267 u8 padding0;
268 u16 padding1;
269 Util::Reference toDetailSoundInfo; // {Sequence,Stream,Wave}SoundInfo への参
270 Util::BitFlag optionParameter;