Home
last modified time | relevance | path

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

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