|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PlayerParameters.AutoHideMode>
com.bramosystems.oss.player.youtube.client.PlayerParameters.AutoHideMode
public static enum PlayerParameters.AutoHideMode
An enum of autohide parameters for YouTubePlayer
Enum Constant Summary | |
---|---|
AUTOHIDE_ALL_CONTROLS
Video player controls and video progress bar are automatically hidden during video playback |
|
AUTOHIDE_PROGRESS_BAR
Video progress bar fades out during video playback while video player controls remain visible |
|
NO_AUTOHIDE
Video player controls and video progress bar are visible throughout video playback |
Method Summary | |
---|---|
static PlayerParameters.AutoHideMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PlayerParameters.AutoHideMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PlayerParameters.AutoHideMode NO_AUTOHIDE
public static final PlayerParameters.AutoHideMode AUTOHIDE_ALL_CONTROLS
public static final PlayerParameters.AutoHideMode AUTOHIDE_PROGRESS_BAR
Method Detail |
---|
public static PlayerParameters.AutoHideMode[] values()
for (PlayerParameters.AutoHideMode c : PlayerParameters.AutoHideMode.values()) System.out.println(c);
public static PlayerParameters.AutoHideMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |