|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FMOD_FILE_OPENCALLBACK | |
| org.jouvieje.fmodex | |
| org.jouvieje.fmodex.structures | |
| org.jouvieje.fmodex.utils | |
| Uses of FMOD_FILE_OPENCALLBACK in org.jouvieje.fmodex |
| Methods in org.jouvieje.fmodex with parameters of type FMOD_FILE_OPENCALLBACK | |
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_OPENCALLBACK in org.jouvieje.fmodex.structures |
| Methods in org.jouvieje.fmodex.structures that return FMOD_FILE_OPENCALLBACK | |
FMOD_FILE_OPENCALLBACK |
FMOD_CREATESOUNDEXINFO.getUserOpen()
[w] Optional. |
| Methods in org.jouvieje.fmodex.structures with parameters of type FMOD_FILE_OPENCALLBACK | |
void |
FMOD_CREATESOUNDEXINFO.setUserOpen(FMOD_FILE_OPENCALLBACK userOpen)
[w] Optional. |
| Uses of FMOD_FILE_OPENCALLBACK in org.jouvieje.fmodex.utils |
| Fields in org.jouvieje.fmodex.utils declared as FMOD_FILE_OPENCALLBACK | |
FMOD_FILE_OPENCALLBACK |
JARFileSystem.jarOpen
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||