Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mix.h File Reference

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 Documentation

◆ HBMMIXIndex

typedef int HBMMIXIndex

◆ HBMMIXKey

typedef u32 HBMMIXKey

◆ HBMMIXSoundMode

Enumeration Type Documentation

◆ HBMMIXSoundMode_et

Enumerator
HBMMIX_SOUND_MODE_MONO 
HBMMIX_SOUND_MODE_STEREO 
HBMMIX_SOUND_MODE_DPL2 

Function Documentation

◆ HBMAllocIndex()

HBMMIXIndex HBMAllocIndex ( HBMMIXKey key)

◆ HBMFreeIndex()

void HBMFreeIndex ( HBMMIXIndex index)

◆ HBMFreeIndexByKey()

void HBMFreeIndexByKey ( HBMMIXKey key)

◆ HBMGetIndex()

HBMMIXIndex HBMGetIndex ( HBMMIXKey key)

◆ HBMMIXGetSoundMode()

HBMMIXSoundMode HBMMIXGetSoundMode ( void )

◆ HBMMIXInit()

void HBMMIXInit ( void )

◆ HBMMIXInitChannel()

void HBMMIXInitChannel ( AXVPB * axvpb,
int input,
int auxA,
int pan,
int fader )

◆ HBMMIXQuit()

void HBMMIXQuit ( void )

◆ HBMMIXReleaseChannel()

void HBMMIXReleaseChannel ( AXVPB * axvpb)

◆ HBMMIXSetAuxA()

void HBMMIXSetAuxA ( AXVPB * p,
int dB )

◆ HBMMIXSetFader()

void HBMMIXSetFader ( AXVPB * p,
int dB )

◆ HBMMIXSetInput()

void HBMMIXSetInput ( AXVPB * p,
int dB )

◆ HBMMIXSetPan()

void HBMMIXSetPan ( AXVPB * p,
int pan )

◆ HBMMIXSetSoundMode()

void HBMMIXSetSoundMode ( HBMMIXSoundMode mode)

◆ HBMMIXUpdateSettings()

void HBMMIXUpdateSettings ( void )