Searched defs:InfoBlockBody (Results 1 – 7 of 7) sorted by relevance
108 struct InfoBlockBody struct110 u8 encoding; // EncodeMethod が入る111 u8 isLoop; // 0: ループなし, 1: ループあり112 u16 padding;113 nw::ut::ResU32 sampleRate; // サンプリングレート114 nw::ut::ResU32 loopStartFrame; // ループ開始 (ループなしなら 0)115 nw::ut::ResU32 loopEndFrame; // ループ終端 (ループなしなら 0)116 nw::ut::ResU32 reserved;117 Util::ReferenceTable channelInfoReferenceTable;119 inline s32 GetChannelCount() const { return channelInfoReferenceTable.count; } in GetChannelCount()
67 struct InfoBlockBody struct70 Util::Table<Util::ReferenceWithSize> table;73 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount()74 u32 GetSize( u32 index ) const in GetSize()79 u32 GetOffsetFromFileBlockBody( u32 index ) const in GetOffsetFromFileBlockBody()85 static const u32 INVALID_OFFSET = 0xffffffff;
131 struct InfoBlockBody struct134 Util::Reference toWaveIdTable;135 Util::Reference toWaveSoundDataReferenceTable;143 NW_INLINE u32 GetWaveIdCount() const in GetWaveIdCount()147 NW_INLINE u32 GetWaveSoundCount() const in GetWaveSoundCount()153 NW_INLINE const Util::WaveId& GetWaveId( u32 index ) const in GetWaveId()
39 struct InfoBlockBody struct46 Util::ReferenceTable referenceTableOfGroupItemInfo;49 NW_INLINE u32 GetGroupItemInfoCount() const in GetGroupItemInfoCount()53 const GroupItemInfo* GetGroupItemInfo( u32 index ) const in GetGroupItemInfo()
100 struct InfoBlockBody struct103 Util::Reference toWaveIdTable; // "バンク内波形 ID" テーブル104 Util::Reference toInstrumentReferenceTable; // "インストへの参照" テーブル114 NW_INLINE u32 GetWaveIdCount() const in GetWaveIdCount()118 NW_INLINE s32 GetInstrumentCount() const in GetInstrumentCount()124 NW_INLINE const Util::WaveId& GetWaveId( u32 index ) const in GetWaveId()
201 struct InfoBlockBody struct206 Util::Reference toSoundInfoReferenceTable;207 Util::Reference toSoundGroupInfoReferenceTable;208 Util::Reference toBankInfoReferenceTable;209 Util::Reference toWaveArchiveInfoReferenceTable;210 Util::Reference toGroupInfoReferenceTable;211 Util::Reference toPlayerInfoReferenceTable;212 Util::Reference toFileInfoReferenceTable;213 Util::Reference toSoundArchivePlayerInfo;218 NW_INLINE u32 GetSoundCount() const { return GetSoundInfoReferenceTable().count; } in GetSoundCount()[all …]
183 struct InfoBlockBody struct186 Util::Reference toStreamSoundInfo;187 Util::Reference toTrackInfoTable;188 Util::Reference toChannelInfoTable;