public enum libvlc_media_type_e extends Enum<libvlc_media_type_e>
Enum Constant and Description |
---|
libvlc_media_type_directory |
libvlc_media_type_disc |
libvlc_media_type_file |
libvlc_media_type_playlist |
libvlc_media_type_stream |
libvlc_media_type_unknown |
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
static libvlc_media_type_e |
mediaType(int intValue) |
static libvlc_media_type_e |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_media_type_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final libvlc_media_type_e libvlc_media_type_unknown
public static final libvlc_media_type_e libvlc_media_type_file
public static final libvlc_media_type_e libvlc_media_type_directory
public static final libvlc_media_type_e libvlc_media_type_disc
public static final libvlc_media_type_e libvlc_media_type_stream
public static final libvlc_media_type_e libvlc_media_type_playlist
public static libvlc_media_type_e[] values()
for (libvlc_media_type_e c : libvlc_media_type_e.values()) System.out.println(c);
public static libvlc_media_type_e 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_media_type_e mediaType(int intValue)
public int intValue()
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.