![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Typedefs | |
| typedef int | HBMMIXIndex |
| typedef u32 | HBMMIXKey |
| typedef u32 | HBMMIXSoundMode |
Enumerations | |
| enum | HBMMIXSoundMode_et { HBMMIX_SOUND_MODE_MONO , HBMMIX_SOUND_MODE_STEREO , HBMMIX_SOUND_MODE_DPL2 } |
Functions | |
| void | HBMMIXInit (void) |
| void | HBMMIXQuit (void) |
| void | HBMMIXSetSoundMode (HBMMIXSoundMode mode) |
| HBMMIXSoundMode | HBMMIXGetSoundMode (void) |
| void | HBMMIXInitChannel (AXVPB *axvpb, int input, int auxA, int pan, int fader) |
| void | HBMMIXReleaseChannel (AXVPB *axvpb) |
| void | HBMMIXSetInput (AXVPB *p, int dB) |
| void | HBMMIXSetAuxA (AXVPB *p, int dB) |
| void | HBMMIXSetPan (AXVPB *p, int pan) |
| void | HBMMIXSetFader (AXVPB *p, int dB) |
| void | HBMMIXUpdateSettings (void) |
| HBMMIXIndex | HBMAllocIndex (HBMMIXKey key) |
| HBMMIXIndex | HBMGetIndex (HBMMIXKey key) |
| void | HBMFreeIndex (HBMMIXIndex index) |
| void | HBMFreeIndexByKey (HBMMIXKey key) |
| typedef int HBMMIXIndex |
| typedef u32 HBMMIXSoundMode |
| enum HBMMIXSoundMode_et |
| HBMMIXIndex HBMAllocIndex | ( | HBMMIXKey | key | ) |
| void HBMFreeIndex | ( | HBMMIXIndex | index | ) |
| void HBMFreeIndexByKey | ( | HBMMIXKey | key | ) |
| HBMMIXIndex HBMGetIndex | ( | HBMMIXKey | key | ) |
| HBMMIXSoundMode HBMMIXGetSoundMode | ( | void | ) |
| void HBMMIXInit | ( | void | ) |
| void HBMMIXInitChannel | ( | AXVPB * | axvpb, |
| int | input, | ||
| int | auxA, | ||
| int | pan, | ||
| int | fader ) |
| void HBMMIXQuit | ( | void | ) |
| void HBMMIXReleaseChannel | ( | AXVPB * | axvpb | ) |
| void HBMMIXSetAuxA | ( | AXVPB * | p, |
| int | dB ) |
| void HBMMIXSetFader | ( | AXVPB * | p, |
| int | dB ) |
| void HBMMIXSetInput | ( | AXVPB * | p, |
| int | dB ) |
| void HBMMIXSetPan | ( | AXVPB * | p, |
| int | pan ) |
| void HBMMIXSetSoundMode | ( | HBMMIXSoundMode | mode | ) |
| void HBMMIXUpdateSettings | ( | void | ) |