Java: enum LcConfigOptionsEF
→ C-API
More...
◆ AND()
static LcConfigOptionsEF jvlcconfig.LcConfigOptionsEF.AND |
( |
LcConfigOptionsEF.Set... | vals | ) |
|
|
static |
Definition at line 42 of file LcConfigOptionsEF.java.
42 {
43 int flag = 0;
44 for (int i = 0; i < vals.length; i++) {
45 flag&=vals[i].val;
46 }
48 }
LcConfigOptionsEF
define the configuration-option of a LcConfigC …
◆ equals()
◆ get()
int jvlcconfig.LcConfigOptionsEF.get |
( |
| ) |
|
◆ set()
◆ toString()
String jvlcconfig.LcConfigOptionsEF.toString |
( |
| ) |
|
The documentation for this class was generated from the following file: