65 private static boolean first =
false;
95 System.loadLibrary(
"jvlcconfig");
Java: enum LcConfigOptionsEF → C-API
Java: enum LcConfigTypeE → C-API
Java: enum LcErrorE → C-API
Java: enum LcErrorTypeE → C-API
static native LcErrorE ErrorE_FromInt(int value)
Java: [static] LcErrorE ErrorE_FromInt(int value) → C-API return the LcErrorE from integer …
static native int ConfigTypeE_ToInt(LcConfigTypeE value)
Java: [static] int ConfigTypeE_ToInt(LcConfigTypeE value) → C-API return the LcConfigTypeE as in...
static native String ErrorE_ToString(LcErrorE value)
Java: [static] String ErrorE_ToString(LcErrorE value) → C-API return the LcErrorE as string …
static native LcConfigTypeE ConfigTypeE_FromInt(int value)
Java: [static] LcConfigTypeE ConfigTypeE_FromInt(int value) → C-API return the LcConfigTypeE fro...
static native int ErrorTypeE_ToInt(LcErrorTypeE value)
Java: [static] int ErrorTypeE_ToInt(LcErrorTypeE value) → C-API return the LcErrorTypeE as integ...
static native String ConfigTypeE_ToString(LcConfigTypeE value)
Java: [static] String ConfigTypeE_ToString(LcConfigTypeE value) → C-API return the LcConfigTypeE...
static native int ConfigFormatE_ToInt(LcConfigFormatE value)
Java: [static] int ConfigFormatE_ToInt(LcConfigFormatE value) → C-API return the LcConfigFormatE...
static native String ErrorTypeE_ToString(LcErrorTypeE value)
Java: [static] String ErrorTypeE_ToString(LcErrorTypeE value) → C-API return the LcErrorTypeE as...
static native int ErrorE_ToInt(LcErrorE value)
Java: [static] int ErrorE_ToInt(LcErrorE value) → C-API return the LcErrorE as integer …
static native LcConfigFormatE ConfigFormatE_FromInt(int value)
Java: [static] LcConfigFormatE ConfigFormatE_FromInt(int value) → C-API return the LcConfigForma...
static native LcConfigOptionsEF ConfigOptionsEF_FromInt(int value)
Java: [static] LcConfigOptionsEF ConfigOptionsEF_FromInt(int value) → C-API return the LcConfigO...
static native LcErrorTypeE ErrorTypeE_FromInt(int value)
Java: [static] LcErrorTypeE ErrorTypeE_FromInt(int value) → C-API return the LcErrorTypeE from i...
static native String ConfigFormatE_ToString(LcConfigFormatE value)
Java: [static] String ConfigFormatE_ToString(LcConfigFormatE value) → C-API return the LcConfigF...
static native int ConfigOptionsEF_ToInt(LcConfigOptionsEF value)
Java: [static] int ConfigOptionsEF_ToInt(LcConfigOptionsEF value) → C-API return the LcConfigOpt...
static native String ConfigOptionsEF_ToString(LcConfigOptionsEF value)
Java: [static] String ConfigOptionsEF_ToString(LcConfigOptionsEF value) → C-API return the LcCon...
static native void Cleanup()
Java: [static] Cleanup() → C-API cleanup jvlcconfig internal memory …
static void Setup()
Java: [static] Setup() → C-API setup jvlcconfig internal memory …
static void SetupTmpl()
Task: initialize the JAVA → jvlcconfig connectivity.