public static enum APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition extends java.lang.Enum<APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition>
| Enum Constant and Description |
|---|
kAPSSkipOverlayProgressPositionHidden
Do not render the progress circle.
|
kAPSSkipOverlayProgressPositionLeft
Render the progress circle in the left side of the skip overlay.
|
kAPSSkipOverlayProgressPositionRight
Render the progress circle in the right side of the skip overlay.
|
| Modifier and Type | Method and Description |
|---|---|
static APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition kAPSSkipOverlayProgressPositionLeft
public static final APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition kAPSSkipOverlayProgressPositionRight
public static final APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition kAPSSkipOverlayProgressPositionHidden
public static APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition[] values()
for (APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition c : APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition.values()) System.out.println(c);
public static APSMediaPlayerSkipOverlayController.APSSkipOverlayProgressPosition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null