public enum SubtitleFormat extends Enum<SubtitleFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SubtitleFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubtitleFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubtitleFormat STANDARD
public static final SubtitleFormat WIDE
public static final SubtitleFormat LETTERBOX
public static final SubtitleFormat PANSCAN
public static SubtitleFormat[] values()
for (SubtitleFormat c : SubtitleFormat.values()) System.out.println(c);
public static SubtitleFormat 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 String toString()
toString in class Enum<SubtitleFormat>Copyright © 2016. All rights reserved.