
public static enum MediaSubtitle.Type extends Enum<MediaSubtitle.Type>
| Enum Constant and Description |
|---|
SUBTITLE_ASS
Formatted text, the ass field must be set by the decoder and is
authoritative. |
SUBTITLE_BITMAP
A bitmap.
|
SUBTITLE_NONE |
SUBTITLE_TEXT
Plain text, the text field must be set by the decoder and is
authoritative. |
| Modifier and Type | Method and Description |
|---|---|
static MediaSubtitle.Type |
swigToEnum(int swigValue) |
int |
swigValue() |
static MediaSubtitle.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaSubtitle.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaSubtitle.Type SUBTITLE_NONE
public static final MediaSubtitle.Type SUBTITLE_BITMAP
public static final MediaSubtitle.Type SUBTITLE_TEXT
public static final MediaSubtitle.Type SUBTITLE_ASS
public static MediaSubtitle.Type[] values()
for (MediaSubtitle.Type c : MediaSubtitle.Type.values()) System.out.println(c);
public static MediaSubtitle.Type 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 final int swigValue()
public static MediaSubtitle.Type swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.