public static enum APSMediaOverlay.APSMediaOverlayPosition extends java.lang.Enum<APSMediaOverlay.APSMediaOverlayPosition>
| Enum Constant and Description |
|---|
kAPSMediaOverlayPositionBottom
The overlay should be placed centrally at the bottom of the player surface.
|
kAPSMediaOverlayPositionBottomLeft
The overlay should be bottom-left aligned with the player surface.
|
kAPSMediaOverlayPositionBottomRight
The overlay should be bottom-right aligned with the player surface.
|
kAPSMediaOverlayPositionFullscreen
The overlay should be stretched to fit the whole player surface.
|
kAPSMediaOverlayPositionLeft
The overlay should be vertically centered to the left of the player surface.
|
kAPSMediaOverlayPositionRight
The overlay should be vertically centered to the right of the player surface.
|
kAPSMediaOverlayPositionTop
The overlay should be placed centrally in the top of the player surface.
|
kAPSMediaOverlayPositionTopLeft
The overlay should be top-left aligned with the player surface.
|
kAPSMediaOverlayPositionTopRight
The overlay should be top-right aligned with the player surface.
|
kAPSMediaOverlayPositionUnspecified
The overlay will not be placed on screen.
|
| Modifier and Type | Method and Description |
|---|---|
static APSMediaOverlay.APSMediaOverlayPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APSMediaOverlay.APSMediaOverlayPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionFullscreen
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionBottomLeft
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionBottomRight
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionTopLeft
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionTopRight
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionTop
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionBottom
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionLeft
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionRight
public static final APSMediaOverlay.APSMediaOverlayPosition kAPSMediaOverlayPositionUnspecified
public static APSMediaOverlay.APSMediaOverlayPosition[] values()
for (APSMediaOverlay.APSMediaOverlayPosition c : APSMediaOverlay.APSMediaOverlayPosition.values()) System.out.println(c);
public static APSMediaOverlay.APSMediaOverlayPosition 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