public static enum APSMediaPlayer.FullscreenOrientationBehaviour extends java.lang.Enum<APSMediaPlayer.FullscreenOrientationBehaviour>
| Enum Constant and Description |
|---|
defaultBehaviour |
sensorLandscapeOrientation |
sensorPortraitOrientation |
| Modifier and Type | Method and Description |
|---|---|
static APSMediaPlayer.FullscreenOrientationBehaviour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APSMediaPlayer.FullscreenOrientationBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APSMediaPlayer.FullscreenOrientationBehaviour defaultBehaviour
public static final APSMediaPlayer.FullscreenOrientationBehaviour sensorLandscapeOrientation
public static final APSMediaPlayer.FullscreenOrientationBehaviour sensorPortraitOrientation
public static APSMediaPlayer.FullscreenOrientationBehaviour[] values()
for (APSMediaPlayer.FullscreenOrientationBehaviour c : APSMediaPlayer.FullscreenOrientationBehaviour.values()) System.out.println(c);
public static APSMediaPlayer.FullscreenOrientationBehaviour 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