Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveFile.h108 struct InfoBlockBody struct
110 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()
Dsnd_WaveArchiveFile.h67 struct InfoBlockBody struct
70 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;
Dsnd_WaveSoundFile.h131 struct InfoBlockBody struct
134 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()
Dsnd_GroupFile.h39 struct InfoBlockBody struct
46 Util::ReferenceTable referenceTableOfGroupItemInfo;
49 NW_INLINE u32 GetGroupItemInfoCount() const in GetGroupItemInfoCount()
53 const GroupItemInfo* GetGroupItemInfo( u32 index ) const in GetGroupItemInfo()
Dsnd_BankFile.h100 struct InfoBlockBody struct
103 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()
Dsnd_SoundArchiveFile.h201 struct InfoBlockBody struct
206 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 …]
Dsnd_StreamSoundFile.h183 struct InfoBlockBody struct
186 Util::Reference toStreamSoundInfo;
187 Util::Reference toTrackInfoTable;
188 Util::Reference toChannelInfoTable;