WUT
0.1
Wii U Toolchain
|
Data Structures | |
struct | AXVoiceLink |
struct | AXVoiceOffsets |
struct | AXVoice |
struct | AXVoiceDeviceBusMixData |
struct | AXVoiceDeviceMixData |
struct | AXVoiceVeData |
struct | AXVoiceAdpcmLoopData |
struct | AXVoiceAdpcm |
struct | AXVoiceSrc |
Typedefs | |
typedef struct AXVoice | AXVoice |
typedef struct AXVoiceAdpcmLoopData | AXVoiceAdpcmLoopData |
typedef struct AXVoiceAdpcm | AXVoiceAdpcm |
typedef struct AXVoiceDeviceBusMixData | AXVoiceDeviceBusMixData |
typedef struct AXVoiceDeviceMixData | AXVoiceDeviceMixData |
typedef struct AXVoiceLink | AXVoiceLink |
typedef struct AXVoiceOffsets | AXVoiceOffsets |
typedef struct AXVoiceSrc | AXVoiceSrc |
typedef struct AXVoiceVeData | AXVoiceVeData |
typedef uint16_t | AXVoiceFormat |
A value from enum AX_VOICE_FORMAT. More... | |
typedef uint16_t | AXVoiceLoop |
A value from enum AX_VOICE_LOOP. More... | |
typedef uint32_t | AXVoiceSrcType |
A value from enum AX_VOICE_SRC_TYPE. More... | |
typedef uint32_t | AXVoiceState |
A value from enum AX_VOICE_STATE. More... | |
typedef uint32_t | AXVoiceRenderer |
A value from enum AX_VOICE_RENDERER. More... | |
typedef int32_t | AXVoiceSrcRatioResult |
A value from enum AX_VOICE_RATIO_RESULT. More... | |
typedef uint32_t | AXVoiceType |
A value from enum AX_VOICE_TYPE. More... | |
typedef void(* | AXVoiceCallbackFn) (void *) |
typedef void(* | AXVoiceCallbackExFn) (void *, uint32_t, uint32_t) |
Enumerations | |
enum | AX_VOICE_FORMAT |
enum | AX_VOICE_LOOP |
enum | AX_VOICE_RENDERER |
enum | AX_VOICE_RATIO_RESULT |
enum | AX_VOICE_SRC_TYPE |
enum | AX_VOICE_STATE |
enum | AX_VOICE_TYPE |
typedef struct AXVoiceAdpcmLoopData AXVoiceAdpcmLoopData |
typedef struct AXVoiceAdpcm AXVoiceAdpcm |
typedef struct AXVoiceDeviceBusMixData AXVoiceDeviceBusMixData |
typedef struct AXVoiceDeviceMixData AXVoiceDeviceMixData |
typedef struct AXVoiceLink AXVoiceLink |
typedef struct AXVoiceOffsets AXVoiceOffsets |
typedef struct AXVoiceSrc AXVoiceSrc |
typedef struct AXVoiceVeData AXVoiceVeData |
typedef uint16_t AXVoiceFormat |
typedef uint16_t AXVoiceLoop |
typedef uint32_t AXVoiceSrcType |
typedef uint32_t AXVoiceState |
typedef uint32_t AXVoiceRenderer |
typedef int32_t AXVoiceSrcRatioResult |
typedef uint32_t AXVoiceType |
typedef void(* AXVoiceCallbackExFn) (void *, uint32_t, uint32_t) |
enum AX_VOICE_FORMAT |
enum AX_VOICE_LOOP |
enum AX_VOICE_RENDERER |
enum AX_VOICE_SRC_TYPE |
enum AX_VOICE_STATE |
enum AX_VOICE_TYPE |
AXVoice* AXAcquireVoice | ( | uint32_t | priority, |
AXVoiceCallbackFn | callback, | ||
void * | userContext | ||
) |
AXVoice* AXAcquireVoiceEx | ( | uint32_t | priority, |
AXVoiceCallbackExFn | callback, | ||
void * | userContext | ||
) |
BOOL AXCheckVoiceOffsets | ( | AXVoiceOffsets * | offsets | ) |
void AXFreeVoice | ( | AXVoice * | voice | ) |
uint32_t AXGetMaxVoices | ( | ) |
uint32_t AXGetVoiceCurrentOffsetEx | ( | AXVoice * | voice, |
const void * | samples | ||
) |
uint32_t AXGetVoiceLoopCount | ( | AXVoice * | voice | ) |
void AXGetVoiceOffsets | ( | AXVoice * | voice, |
AXVoiceOffsets * | offsets | ||
) |
void AXSetVoiceAdpcm | ( | AXVoice * | voice, |
AXVoiceAdpcm * | adpcm | ||
) |
void AXSetVoiceAdpcmLoop | ( | AXVoice * | voice, |
AXVoiceAdpcmLoopData * | loopData | ||
) |
void AXSetVoiceCurrentOffset | ( | AXVoice * | voice, |
uint32_t | offset | ||
) |
AXResult AXSetVoiceDeviceMix | ( | AXVoice * | voice, |
AXDeviceType | type, | ||
uint32_t | id, | ||
AXVoiceDeviceMixData * | mixData | ||
) |
void AXSetVoiceEndOffset | ( | AXVoice * | voice, |
uint32_t | offset | ||
) |
void AXSetVoiceEndOffsetEx | ( | AXVoice * | voice, |
uint32_t | offset, | ||
const void * | samples | ||
) |
void AXSetVoiceLoopOffset | ( | AXVoice * | voice, |
uint32_t | offset | ||
) |
void AXSetVoiceLoopOffsetEx | ( | AXVoice * | voice, |
uint32_t | offset, | ||
const void * | samples | ||
) |
void AXSetVoiceLoop | ( | AXVoice * | voice, |
AXVoiceLoop | loop | ||
) |
void AXSetVoiceOffsets | ( | AXVoice * | voice, |
AXVoiceOffsets * | offsets | ||
) |
void AXSetVoicePriority | ( | AXVoice * | voice, |
uint32_t | priority | ||
) |
void AXSetVoiceRmtIIRCoefs | ( | AXVoice * | voice, |
uint16_t | filter, | ||
... | |||
) |
void AXSetVoiceSrc | ( | AXVoice * | voice, |
AXVoiceSrc * | src | ||
) |
AXVoiceSrcRatioResult AXSetVoiceSrcRatio | ( | AXVoice * | voice, |
float | ratio | ||
) |
void AXSetVoiceSrcType | ( | AXVoice * | voice, |
AXVoiceSrcType | type | ||
) |
void AXSetVoiceState | ( | AXVoice * | voice, |
AXVoiceState | state | ||
) |
void AXSetVoiceType | ( | AXVoice * | voice, |
AXVoiceType | type | ||
) |
void AXSetVoiceVe | ( | AXVoice * | voice, |
AXVoiceVeData * | veData | ||
) |
void AXSetVoiceVeDelta | ( | AXVoice * | voice, |
int16_t | delta | ||
) |