Searched defs:StreamSoundInfo (Results 1 – 3 of 3) sorted by relevance
204 struct StreamSoundInfo struct206 u8 encodeMethod; // WaveFile::EncodeMethod が入る207 bool isLoop;208 u8 channelCount;209 u8 padding;210 ut::ResU32 sampleRate;211 ut::ResU32 loopStart;212 ut::ResU32 frameCount;213 ut::ResU32 blockCount;215 ut::ResU32 oneBlockBytes;[all …]
254 struct StreamSoundInfo struct260 StreamSoundInfo() in StreamSoundInfo() function
297 struct StreamSoundInfo struct300 ut::ResU16 allocTrackCount; // トラック数 (マルチトラックの設定)301 ut::ResU16 allocChannelCount; // マルチトラックを加味した総チャンネル数302 Util::BitFlag optionParameter; // 使い方は未定