public enum libvlc_track_type_t extends Enum<libvlc_track_type_t>
Enum Constant and Description |
---|
libvlc_track_audio |
libvlc_track_text |
libvlc_track_unknown |
libvlc_track_video |
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
static libvlc_track_type_t |
valueOf(int intValue) |
static libvlc_track_type_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_track_type_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final libvlc_track_type_t libvlc_track_unknown
public static final libvlc_track_type_t libvlc_track_audio
public static final libvlc_track_type_t libvlc_track_video
public static final libvlc_track_type_t libvlc_track_text
public static libvlc_track_type_t[] values()
for (libvlc_track_type_t c : libvlc_track_type_t.values()) System.out.println(c);
public static libvlc_track_type_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 int intValue()
public static libvlc_track_type_t valueOf(int intValue)
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.