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