public enum libvlc_state_t extends Enum<libvlc_state_t>
Enum Constant and Description |
---|
libvlc_Buffering |
libvlc_Ended |
libvlc_Error |
libvlc_NothingSpecial |
libvlc_Opening |
libvlc_Paused |
libvlc_Playing |
libvlc_Stopped |
Modifier and Type | Method and Description |
---|---|
int |
intValue()
Get the native value.
|
static libvlc_state_t |
state(int intValue)
Get an enumerated value for a native value.
|
static libvlc_state_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_state_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final libvlc_state_t libvlc_NothingSpecial
public static final libvlc_state_t libvlc_Opening
public static final libvlc_state_t libvlc_Buffering
public static final libvlc_state_t libvlc_Playing
public static final libvlc_state_t libvlc_Paused
public static final libvlc_state_t libvlc_Stopped
public static final libvlc_state_t libvlc_Ended
public static final libvlc_state_t libvlc_Error
public static libvlc_state_t[] values()
for (libvlc_state_t c : libvlc_state_t.values()) System.out.println(c);
public static libvlc_state_t valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static libvlc_state_t state(int intValue)
intValue
- native valuepublic int intValue()
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.