NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::snd::detail::BankFile Struct Reference

Description

Definition at line 22 of file snd_BankFile.h.

Classes

struct  DataBlock
 
struct  Header
 
struct  IndexTable
 
struct  InstParam
 
struct  RangeTable
 
struct  WaveBlock
 

Public Types

typedef Util::DataRef< void, InstParam, RangeTable, IndexTableDataRegion
 
typedef Util::DataRef< WaveFile::WaveInfoWaveRegion
 

Static Public Attributes

static ulong const SIGNATURE_DATA_BLOCK
 
static ulong const SIGNATURE_WAVE_BLOCK
 
static ulong const SIGNATURE_FILE
 
static int const FILE_VERSION = NW4R_FILE_VERSION(1, 2)
 

Member Typedef Documentation

◆ DataRegion

◆ WaveRegion

Member Data Documentation

◆ SIGNATURE_DATA_BLOCK

ulong const nw4r::snd::detail::BankFile::SIGNATURE_DATA_BLOCK
static
Initial value:
=
NW4R_FOUR_BYTE('D', 'A', 'T', 'A')

Definition at line 87 of file snd_BankFile.h.

◆ SIGNATURE_WAVE_BLOCK

ulong const nw4r::snd::detail::BankFile::SIGNATURE_WAVE_BLOCK
static
Initial value:
=
NW4R_FOUR_BYTE('W', 'A', 'V', 'E')

Definition at line 99 of file snd_BankFile.h.

◆ SIGNATURE_FILE

ulong const nw4r::snd::detail::BankFile::SIGNATURE_FILE
static
Initial value:
=
NW4R_FOUR_BYTE('R', 'B', 'N', 'K')

Definition at line 112 of file snd_BankFile.h.

◆ FILE_VERSION

int const nw4r::snd::detail::BankFile::FILE_VERSION = NW4R_FILE_VERSION(1, 2)
static

Definition at line 114 of file snd_BankFile.h.