Java: enum LcConfigTypeE
→ C-API
More...
◆ LcConfigTypeE()
jvlcconfig.LcConfigTypeE.LcConfigTypeE |
( |
int | val | ) |
|
◆ get()
int jvlcconfig.LcConfigTypeE.get |
( |
| ) |
|
◆ set()
Definition at line 32 of file LcConfigTypeE.java.
32 {
33 return LcConfig.ConfigTypeE_FromInt(val);
34 }
◆ ARRAY
jvlcconfig.LcConfigTypeE.ARRAY =(7) |
◆ BOOL
jvlcconfig.LcConfigTypeE.BOOL =(6) |
◆ FLOAT
jvlcconfig.LcConfigTypeE.FLOAT =(4) |
◆ GROUP
jvlcconfig.LcConfigTypeE.GROUP =(1) |
◆ INT
jvlcconfig.LcConfigTypeE.INT =(2) |
◆ INT64
jvlcconfig.LcConfigTypeE.INT64 =(3) |
◆ LIST
jvlcconfig.LcConfigTypeE.LIST =(8) |
◆ NONE
jvlcconfig.LcConfigTypeE.NONE =(0) |
◆ STRING
jvlcconfig.LcConfigTypeE.STRING =(5) |
The documentation for this enum was generated from the following file: