
public static enum MediaSubtitleRectangle.Flag extends Enum<MediaSubtitleRectangle.Flag>
| Enum Constant and Description |
|---|
SUBTITLE_FLAG_FORCED |
| Modifier and Type | Method and Description |
|---|---|
static MediaSubtitleRectangle.Flag |
swigToEnum(int swigValue) |
int |
swigValue() |
static MediaSubtitleRectangle.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaSubtitleRectangle.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaSubtitleRectangle.Flag SUBTITLE_FLAG_FORCED
public static MediaSubtitleRectangle.Flag[] values()
for (MediaSubtitleRectangle.Flag c : MediaSubtitleRectangle.Flag.values()) System.out.println(c);
public static MediaSubtitleRectangle.Flag 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 MediaSubtitleRectangle.Flag swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.