|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FMOD_FILE_READCALLBACK | |
org.jouvieje.fmodex | |
org.jouvieje.fmodex.structures | |
org.jouvieje.fmodex.utils |
Uses of FMOD_FILE_READCALLBACK in org.jouvieje.fmodex |
Methods in org.jouvieje.fmodex with parameters of type FMOD_FILE_READCALLBACK | |
FMOD_RESULT |
System.setFileSystem(FMOD_FILE_OPENCALLBACK useropen,
FMOD_FILE_CLOSECALLBACK userclose,
FMOD_FILE_READCALLBACK userread,
FMOD_FILE_SEEKCALLBACK userseek,
FMOD_FILE_ASYNCREADCALLBACK userasyncread,
FMOD_FILE_ASYNCCANCELCALLBACK userasynccancel,
int blockalign)
|
FMOD_RESULT |
System.attachFileSystem(FMOD_FILE_OPENCALLBACK useropen,
FMOD_FILE_CLOSECALLBACK userclose,
FMOD_FILE_READCALLBACK userread,
FMOD_FILE_SEEKCALLBACK userseek)
|
Uses of FMOD_FILE_READCALLBACK in org.jouvieje.fmodex.structures |
Methods in org.jouvieje.fmodex.structures that return FMOD_FILE_READCALLBACK | |
FMOD_FILE_READCALLBACK |
FMOD_CREATESOUNDEXINFO.getUserRead()
[w] Optional. |
Methods in org.jouvieje.fmodex.structures with parameters of type FMOD_FILE_READCALLBACK | |
void |
FMOD_CREATESOUNDEXINFO.setUserRead(FMOD_FILE_READCALLBACK userRead)
[w] Optional. |
Uses of FMOD_FILE_READCALLBACK in org.jouvieje.fmodex.utils |
Fields in org.jouvieje.fmodex.utils declared as FMOD_FILE_READCALLBACK | |
FMOD_FILE_READCALLBACK |
JARFileSystem.jarRead
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |