![]() |
PonyTracker
Un projet de tracker de musique
|
#include <fmod.hpp>
Fonctions membres publiques | |
FMOD_RESULT F_API | release () |
FMOD_RESULT F_API | set3DAttributes (const FMOD_VECTOR *position, float mindistance, float maxdistance) |
FMOD_RESULT F_API | get3DAttributes (FMOD_VECTOR *position, float *mindistance, float *maxdistance) |
FMOD_RESULT F_API | setProperties (const FMOD_REVERB_PROPERTIES *properties) |
FMOD_RESULT F_API | getProperties (FMOD_REVERB_PROPERTIES *properties) |
FMOD_RESULT F_API | setActive (bool active) |
FMOD_RESULT F_API | getActive (bool *active) |
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 get3DAttributes | ( | FMOD_VECTOR * | position, |
float * | mindistance, | ||
float * | maxdistance | ||
) |
FMOD_RESULT F_API getActive | ( | bool * | active | ) |
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 getProperties | ( | FMOD_REVERB_PROPERTIES * | properties | ) |
FMOD_RESULT F_API getUserData | ( | void ** | userdata | ) |
FMOD_RESULT F_API release | ( | ) |
FMOD_RESULT F_API set3DAttributes | ( | const FMOD_VECTOR * | position, |
float | mindistance, | ||
float | maxdistance | ||
) |
FMOD_RESULT F_API setActive | ( | bool | active | ) |
FMOD_RESULT F_API setProperties | ( | const FMOD_REVERB_PROPERTIES * | properties | ) |
FMOD_RESULT F_API setUserData | ( | void * | userdata | ) |