Home
last modified time | relevance | path

Searched defs:InfoBlockBody (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveFile.h110 struct InfoBlockBody struct
112 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()
Dsnd_WaveArchiveFile.h69 struct InfoBlockBody struct
72 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;
Dsnd_WaveSoundFile.h133 struct InfoBlockBody struct
136 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()
Dsnd_BankFile.h102 struct InfoBlockBody struct
105 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()
Dsnd_SoundArchiveFile.h203 struct InfoBlockBody struct
208 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 …]
Dsnd_GroupFile.h45 struct InfoBlockBody struct
52 Util::ReferenceTable referenceTableOfGroupItemInfo;
55 NW_INLINE u32 GetGroupItemInfoCount() const in GetGroupItemInfoCount()
59 const GroupItemInfo* GetGroupItemInfo( u32 index ) const in GetGroupItemInfo()
Dsnd_StreamSoundFile.h185 struct InfoBlockBody struct
188 Util::Reference toStreamSoundInfo;
189 Util::Reference toTrackInfoTable;
190 Util::Reference toChannelInfoTable;