Searched defs:InfoBlockBody (Results 1 – 7 of 7) sorted by relevance
110 struct InfoBlockBody struct112 u8 encoding; // EncodeMethod が入る113 u8 isLoop; // 0: ループなし, 1: ループあり114 u16 padding;115 nw::ut::ResU32 sampleRate; // サンプリングレート116 nw::ut::ResU32 loopStartFrame; // ループ開始 (ループなしなら 0)117 nw::ut::ResU32 loopEndFrame; // ループ終端 (ループなしなら 0)118 nw::ut::ResU32 reserved;119 Util::ReferenceTable channelInfoReferenceTable;121 inline s32 GetChannelCount() const { return channelInfoReferenceTable.count; } in GetChannelCount()
69 struct InfoBlockBody struct72 Util::Table<Util::ReferenceWithSize> table;75 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount()76 u32 GetSize( u32 index ) const in GetSize()81 u32 GetOffsetFromFileBlockBody( u32 index ) const in GetOffsetFromFileBlockBody()87 static const u32 INVALID_OFFSET = 0xffffffff;
133 struct InfoBlockBody struct136 Util::Reference toWaveIdTable;137 Util::Reference toWaveSoundDataReferenceTable;145 NW_INLINE u32 GetWaveIdCount() const in GetWaveIdCount()149 NW_INLINE u32 GetWaveSoundCount() const in GetWaveSoundCount()155 NW_INLINE const Util::WaveId* GetWaveId( u32 index ) const in GetWaveId()
102 struct InfoBlockBody struct105 Util::Reference toWaveIdTable; // "バンク内波形 ID" テーブル106 Util::Reference toInstrumentReferenceTable; // "インストへの参照" テーブル116 NW_INLINE u32 GetWaveIdCount() const in GetWaveIdCount()120 NW_INLINE s32 GetInstrumentCount() const in GetInstrumentCount()126 NW_INLINE const Util::WaveId* GetWaveId( u32 index ) const in GetWaveId()
203 struct InfoBlockBody struct208 Util::Reference toSoundInfoReferenceTable;209 Util::Reference toSoundGroupInfoReferenceTable;210 Util::Reference toBankInfoReferenceTable;211 Util::Reference toWaveArchiveInfoReferenceTable;212 Util::Reference toGroupInfoReferenceTable;213 Util::Reference toPlayerInfoReferenceTable;214 Util::Reference toFileInfoReferenceTable;215 Util::Reference toSoundArchivePlayerInfo;220 NW_INLINE u32 GetSoundCount() const { return GetSoundInfoReferenceTable().count; } in GetSoundCount()[all …]
45 struct InfoBlockBody struct52 Util::ReferenceTable referenceTableOfGroupItemInfo;55 NW_INLINE u32 GetGroupItemInfoCount() const in GetGroupItemInfoCount()59 const GroupItemInfo* GetGroupItemInfo( u32 index ) const in GetGroupItemInfo()
185 struct InfoBlockBody struct188 Util::Reference toStreamSoundInfo;189 Util::Reference toTrackInfoTable;190 Util::Reference toChannelInfoTable;