Java: enum LcErrorE
→ C-API
More...
Java: enum LcErrorE
→ C-API
Definition at line 19 of file LcErrorE.java.
◆ LcErrorE()
jvlcconfig.LcErrorE.LcErrorE |
( |
int | val | ) |
|
◆ get()
int jvlcconfig.LcErrorE.get |
( |
| ) |
|
◆ set()
static LcErrorE jvlcconfig.LcErrorE.set |
( |
int | val | ) |
|
|
static |
Definition at line 25 of file LcErrorE.java.
25 {
26 return LcConfig.ErrorE_FromInt(val);
27 }
◆ FALSE
jvlcconfig.LcErrorE.FALSE =(0) |
◆ TRUE
jvlcconfig.LcErrorE.TRUE =(1) |
The documentation for this enum was generated from the following file: