NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 22 of file snd_SoundArchiveFile.h.
Classes | |
struct | BankInfo |
struct | FileInfo |
struct | GroupInfo |
struct | GroupItemInfo |
struct | Header |
struct | Info |
struct | InfoBlock |
struct | PlayerInfo |
struct | SeqSoundInfo |
struct | Sound3DParam |
struct | SoundArchivePlayerInfo |
struct | SoundCommonInfo |
union | StringBlock |
struct | StringChunk |
struct | StringTable |
struct | StringTree |
struct | StringTreeNode |
struct | StrmSoundInfo |
struct | SymbolBlock |
struct | WaveSoundInfo |
Public Types | |
enum | SoundType { SOUND_TYPE_INVALID , SOUND_TYPE_SEQ , SOUND_TYPE_STRM , SOUND_TYPE_WAVE } |
typedef Util::DataRef< void, SeqSoundInfo, StrmSoundInfo, WaveSoundInfo > | SoundInfoRef |
typedef Util::Table< Util::DataRef< SoundCommonInfo > > | SoundCommonInfoTable |
typedef Util::Table< Util::DataRef< BankInfo > > | BankInfoTable |
typedef Util::Table< Util::DataRef< PlayerInfo > > | PlayerInfoTable |
typedef Util::Table< Util::DataRef< GroupItemInfo > > | GroupItemInfoTable |
typedef Util::Table< Util::DataRef< GroupInfo > > | GroupInfoTable |
typedef Util::Table< Util::DataRef< SoundArchive::FilePos > > | FilePosTable |
typedef Util::Table< Util::DataRef< FileInfo > > | FileInfoTable |
Static Public Attributes | |
static const int | HEADER_AREA_SIZE = ROUND_UP(sizeof(Header), 32) + 40 |
static ulong const | SIGNATURE_SYMB_BLOCK |
static ulong const | SIGNATURE_INFO_BLOCK |
static ulong const | SIGNATURE_FILE |
static int const | FILE_VERSION = NW4R_FILE_VERSION(1, 4) |
typedef Util::DataRef<void, SeqSoundInfo, StrmSoundInfo, WaveSoundInfo> nw4r::snd::detail::SoundArchiveFile::SoundInfoRef |
Definition at line 142 of file snd_SoundArchiveFile.h.
typedef Util::Table<Util::DataRef<SoundCommonInfo> > nw4r::snd::detail::SoundArchiveFile::SoundCommonInfoTable |
Definition at line 164 of file snd_SoundArchiveFile.h.
Definition at line 188 of file snd_SoundArchiveFile.h.
typedef Util::Table<Util::DataRef<PlayerInfo> > nw4r::snd::detail::SoundArchiveFile::PlayerInfoTable |
Definition at line 201 of file snd_SoundArchiveFile.h.
typedef Util::Table<Util::DataRef<GroupItemInfo> > nw4r::snd::detail::SoundArchiveFile::GroupItemInfoTable |
Definition at line 214 of file snd_SoundArchiveFile.h.
Definition at line 229 of file snd_SoundArchiveFile.h.
typedef Util::Table<Util::DataRef<SoundArchive::FilePos> > nw4r::snd::detail::SoundArchiveFile::FilePosTable |
Definition at line 231 of file snd_SoundArchiveFile.h.
Definition at line 243 of file snd_SoundArchiveFile.h.
enum nw4r::snd::detail::SoundArchiveFile::SoundType |
Definition at line 93 of file snd_SoundArchiveFile.h.
|
static |
Definition at line 38 of file snd_SoundArchiveFile.h.
|
static |
Definition at line 81 of file snd_SoundArchiveFile.h.
|
static |
Definition at line 256 of file snd_SoundArchiveFile.h.
|
static |
Definition at line 268 of file snd_SoundArchiveFile.h.
|
static |
Definition at line 270 of file snd_SoundArchiveFile.h.