Searched defs:StreamSoundInfo (Results 1 – 3 of 3) sorted by relevance
202 struct StreamSoundInfo struct204 u8 encodeMethod; // WaveFile::EncodeMethod が入る205 bool isLoop;206 u8 channelCount;207 u8 padding;208 ut::ResU32 sampleRate;209 ut::ResU32 loopStart;210 ut::ResU32 frameCount;211 ut::ResU32 blockCount;213 ut::ResU32 oneBlockBytes;[all …]
276 struct StreamSoundInfo struct282 StreamSoundInfo() in StreamSoundInfo() argument
295 struct StreamSoundInfo struct298 ut::ResU16 allocTrackCount; // トラック数 (マルチトラックの設定)299 ut::ResU16 allocChannelCount; // マルチトラックを加味した総チャンネル数300 Util::BitFlag optionParameter; // 使い方は未定