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

Description

Definition at line 23 of file snd_WaveFile.h.

Classes

struct  AdpcmParamSet
 
struct  FileHeader
 
struct  InfoBlock
 
struct  WaveChannelInfo
 
struct  WaveInfo
 

Static Public Attributes

static ulong const SIGNATURE_INFO_BLOCK
 
static ulong const SIGNATURE_FILE
 
static int const FILE_VERSION
 

Member Data Documentation

◆ SIGNATURE_INFO_BLOCK

ulong const nw4r::snd::detail::WaveFile::SIGNATURE_INFO_BLOCK
static
Initial value:
=
NW4R_FOUR_BYTE('I', 'N', 'F', 'O')

Definition at line 68 of file snd_WaveFile.h.

◆ SIGNATURE_FILE

ulong const nw4r::snd::detail::WaveFile::SIGNATURE_FILE
static
Initial value:
=
NW4R_FOUR_BYTE('R', 'W', 'A', 'V')

Definition at line 89 of file snd_WaveFile.h.

◆ FILE_VERSION

int const nw4r::snd::detail::WaveFile::FILE_VERSION
static

Definition at line 91 of file snd_WaveFile.h.