Java: enum LcErrorE
→ C-API
More...
Java: enum LcErrorE
→ C-API
Definition at line 16 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 22 of file LcErrorE.java.
22 {
23 return LcConfig.ErrorE_FromInt(val);
24 }
◆ FALSE
jvlcconfig.LcErrorE.FALSE =(0) |
◆ TRUE
jvlcconfig.LcErrorE.TRUE =(1) |
The documentation for this enum was generated from the following file: