Searched defs:SoundInfo (Results 1 – 2 of 2) sorted by relevance
127 struct SoundInfo struct129 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; //!< フロントバイパスするか否かを示すフラグです。
261 struct SoundInfo struct264 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;