![]() |
PonyTracker
Un projet de tracker de musique
|
#include <fmod.hpp>
Fonctions membres publiques | |
FMOD_RESULT F_API | getInput (DSP **input) |
FMOD_RESULT F_API | getOutput (DSP **output) |
FMOD_RESULT F_API | setMix (float volume) |
FMOD_RESULT F_API | getMix (float *volume) |
FMOD_RESULT F_API | setLevels (FMOD_SPEAKER speaker, float *levels, int numlevels) |
FMOD_RESULT F_API | getLevels (FMOD_SPEAKER speaker, float *levels, int numlevels) |
FMOD_RESULT F_API | setUserData (void *userdata) |
FMOD_RESULT F_API | getUserData (void **userdata) |
FMOD_RESULT F_API | getMemoryInfo (unsigned int memorybits, unsigned int event_memorybits, unsigned int *memoryused, FMOD_MEMORY_USAGE_DETAILS *memoryused_details) |
FMOD_RESULT F_API getInput | ( | DSP ** | input | ) |
FMOD_RESULT F_API getLevels | ( | FMOD_SPEAKER | speaker, |
float * | levels, | ||
int | numlevels | ||
) |
FMOD_RESULT F_API getMemoryInfo | ( | unsigned int | memorybits, |
unsigned int | event_memorybits, | ||
unsigned int * | memoryused, | ||
FMOD_MEMORY_USAGE_DETAILS * | memoryused_details | ||
) |
FMOD_RESULT F_API getMix | ( | float * | volume | ) |
FMOD_RESULT F_API getOutput | ( | DSP ** | output | ) |
FMOD_RESULT F_API getUserData | ( | void ** | userdata | ) |
FMOD_RESULT F_API setLevels | ( | FMOD_SPEAKER | speaker, |
float * | levels, | ||
int | numlevels | ||
) |
FMOD_RESULT F_API setMix | ( | float | volume | ) |
FMOD_RESULT F_API setUserData | ( | void * | userdata | ) |