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

Description

Definition at line 104 of file snd_WaveFile.h.

Public Attributes

SampleFormat sampleFormat
 
bool loopFlag
 
int numChannels
 
int sampleRate
 
ulong loopStart
 
ulong loopEnd
 
ChannelParam channelParam [Channel::CHANNEL_MAX]
 

Member Data Documentation

◆ sampleFormat

SampleFormat nw4r::snd::detail::WaveInfo::sampleFormat

Definition at line 106 of file snd_WaveFile.h.

◆ loopFlag

bool nw4r::snd::detail::WaveInfo::loopFlag

Definition at line 107 of file snd_WaveFile.h.

◆ numChannels

int nw4r::snd::detail::WaveInfo::numChannels

Definition at line 109 of file snd_WaveFile.h.

◆ sampleRate

int nw4r::snd::detail::WaveInfo::sampleRate

Definition at line 110 of file snd_WaveFile.h.

◆ loopStart

ulong nw4r::snd::detail::WaveInfo::loopStart

Definition at line 111 of file snd_WaveFile.h.

◆ loopEnd

ulong nw4r::snd::detail::WaveInfo::loopEnd

Definition at line 112 of file snd_WaveFile.h.

◆ channelParam

ChannelParam nw4r::snd::detail::WaveInfo::channelParam[Channel::CHANNEL_MAX]

Definition at line 113 of file snd_WaveFile.h.