![]() |
PonyTracker
Un projet de tracker de musique
|
#include <fmod_codec.h>
Champs de données | |
const char * | name |
unsigned int | version |
int | defaultasstream |
FMOD_TIMEUNIT | timeunits |
FMOD_CODEC_OPENCALLBACK | open |
FMOD_CODEC_CLOSECALLBACK | close |
FMOD_CODEC_READCALLBACK | read |
FMOD_CODEC_GETLENGTHCALLBACK | getlength |
FMOD_CODEC_SETPOSITIONCALLBACK | setposition |
FMOD_CODEC_GETPOSITIONCALLBACK | getposition |
FMOD_CODEC_SOUNDCREATECALLBACK | soundcreate |
FMOD_CODEC_GETWAVEFORMAT | getwaveformat |
Définition à la ligne 47 du fichier fmod_codec.h.
FMOD_CODEC_CLOSECALLBACK close |
Définition à la ligne 54 du fichier fmod_codec.h.
int defaultasstream |
Définition à la ligne 51 du fichier fmod_codec.h.
FMOD_CODEC_GETLENGTHCALLBACK getlength |
Définition à la ligne 56 du fichier fmod_codec.h.
FMOD_CODEC_GETPOSITIONCALLBACK getposition |
Définition à la ligne 58 du fichier fmod_codec.h.
FMOD_CODEC_GETWAVEFORMAT getwaveformat |
Définition à la ligne 60 du fichier fmod_codec.h.
const char* name |
Définition à la ligne 49 du fichier fmod_codec.h.
FMOD_CODEC_OPENCALLBACK open |
Définition à la ligne 53 du fichier fmod_codec.h.
FMOD_CODEC_READCALLBACK read |
Définition à la ligne 55 du fichier fmod_codec.h.
FMOD_CODEC_SETPOSITIONCALLBACK setposition |
Définition à la ligne 57 du fichier fmod_codec.h.
FMOD_CODEC_SOUNDCREATECALLBACK soundcreate |
Définition à la ligne 59 du fichier fmod_codec.h.
FMOD_TIMEUNIT timeunits |
Définition à la ligne 52 du fichier fmod_codec.h.
unsigned int version |
Définition à la ligne 50 du fichier fmod_codec.h.