![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Namespaces | |
| namespace | detail |
Classes | |
| class | DvdSoundArchive |
| class | FxBase |
| class | InstanceManager |
| class | LinkedInstance |
| class | MemorySoundArchive |
| class | NandSoundArchive |
| class | RemoteSpeaker |
| class | SeqSoundHandle |
| class | SoundArchive |
| class | SoundArchivePlayer |
| class | SoundArchivePlayer_FileManager |
| class | SoundHandle |
| class | SoundHeap |
| class | SoundMemoryAllocatable |
| struct | SoundParam |
| class | SoundPlayer |
| class | SoundStartable |
| class | SoundSystem |
| class | StrmSoundHandle |
| struct | VoiceOutParam |
| class | WavePlayer |
| class | WaveSoundHandle |
Typedefs | |
| typedef ut::LinkList< FxBase, offsetof(FxBase, mFxLink)> | FxList |
| typedef enum nw4hbm::snd::SeqMute | SeqMute |
| typedef enum nw4hbm::snd::ParseResult | ParseResult |
| typedef enum nw4hbm::snd::OutputLineFlag | OutputLineFlag |
| typedef enum nw4hbm::snd::OutputMode | OutputMode |
| typedef enum nw4hbm::snd::AuxBus | AuxBus |
| typedef enum nw4hbm::snd::SampleFormat | SampleFormat |
| typedef struct nw4hbm::snd::SoundParam | SoundParam |
| typedef enum nw4hbm::snd::SoundType | SoundType |
| typedef ut::LinkList< WavePlayer, offsetof(WavePlayer, mPlayerLink)> | WavePlayerList |
Variables | |
| static const int | THREAD_STACK_SIZE = 1024 |
| static const int | STREAM_BUFFER_SIZE = 512 |
| static const int | CHANNEL_MAX = 2 |
| static const int | VOICE_MAX = 4 |
| static const int | PRIORITY_MAX = 255 |
| static const int | REMOTE_FILTER_MAX = 127 |
| static const f32 | VOLUME_MIN_DB = -90.4f |
| static const f32 | VOLUME_MAX_DB = 6.0f |
| static const f32 | VOLUME_RANGE_DB = -(VOLUME_MIN_DB - VOLUME_MAX_DB) |
| static const int | VOLUME_RANGE_MB = static_cast<int>(10 * VOLUME_RANGE_DB) |
| typedef enum nw4hbm::snd::AuxBus nw4hbm::snd::AuxBus |
| typedef ut::LinkList<FxBase, offsetof(FxBase, mFxLink)> nw4hbm::snd::FxList |
| typedef enum nw4hbm::snd::OutputLineFlag nw4hbm::snd::OutputLineFlag |
| typedef enum nw4hbm::snd::OutputMode nw4hbm::snd::OutputMode |
| typedef enum nw4hbm::snd::ParseResult nw4hbm::snd::ParseResult |
| typedef enum nw4hbm::snd::SampleFormat nw4hbm::snd::SampleFormat |
| typedef enum nw4hbm::snd::SeqMute nw4hbm::snd::SeqMute |
| typedef struct nw4hbm::snd::SoundParam nw4hbm::snd::SoundParam |
| typedef enum nw4hbm::snd::SoundType nw4hbm::snd::SoundType |
| typedef ut::LinkList<WavePlayer, offsetof(WavePlayer, mPlayerLink)> nw4hbm::snd::WavePlayerList |
| enum nw4hbm::snd::AuxBus |
| enum nw4hbm::snd::PanMode |
| enum nw4hbm::snd::SeqMute |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |