|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jouvieje.bass.Init
Initialization of NativeBass
/ BASS
.
You should call Init.loadLibraries
before using NativeBass
& BASS
.
Field Summary | |
static boolean |
DEBUG
Display errors when loading libraries |
Method Summary | |
static int |
getInitMode()
Mode used for the initialization. |
static boolean |
isLibrariesLoaded()
You can use this method to know if all libraries needed for the INIT_MODES choosen. |
static void |
loadLibraries()
This is the first thing to do before trying to use BASS. |
static void |
loadLibraries(int mode)
This is the first thing to do before trying to use BASS. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean DEBUG
Method Detail |
public static void loadLibraries() throws InitException
loadLibraries(INIT_MODES.INIT_DEFAULT)
.
InitException
- exception that occures when all libraries are not properly loaded.loadLibraries(int)
,
INIT_MODES
public static void loadLibraries(int mode) throws InitException
InitException
- exception that occures when all libraries are not properly loaded.INIT_MODES
public static boolean isLibrariesLoaded()
INIT_MODES
choosen.
public static int getInitMode()
INIT_MODES
value specified to loadLibraries
.loadLibraries(int)
,
INIT_MODES
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |