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