|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MediaPlayerNotification.InfoCode>
com.adobe.mediacore.MediaPlayerNotification.InfoCode
public static enum MediaPlayerNotification.InfoCode
Enumeration with all the informational notification codes.
Method Summary | |
---|---|
long |
getCode()
Getter method |
String |
getName()
Getter method |
static MediaPlayerNotification.InfoCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MediaPlayerNotification.InfoCode[] |
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 MediaPlayerNotification.InfoCode PLAYBACK_START
public static final MediaPlayerNotification.InfoCode PLAYBACK_COMPLETE
public static final MediaPlayerNotification.InfoCode SEEK_START
public static final MediaPlayerNotification.InfoCode SEEK_COMPLETE
public static final MediaPlayerNotification.InfoCode CONTENT_CHANGE
public static final MediaPlayerNotification.InfoCode PLAYER_STATE_CHANGE
public static final MediaPlayerNotification.InfoCode CONTENT_MARKER
public static final MediaPlayerNotification.InfoCode LOAD_INFO_AVAILABLE
public static final MediaPlayerNotification.InfoCode VIDEO_SIZE_CHANGED
public static final MediaPlayerNotification.InfoCode BITRATE_CHANGE
public static final MediaPlayerNotification.InfoCode AUDIO_TRACK_CHANGE
public static final MediaPlayerNotification.InfoCode TIMELINE_CHANGE
public static final MediaPlayerNotification.InfoCode AD_BREAK_PLACEMENT_COMPLETE
public static final MediaPlayerNotification.InfoCode AD_BREAK_START
public static final MediaPlayerNotification.InfoCode AD_BREAK_COMPLETE
public static final MediaPlayerNotification.InfoCode AD_START
public static final MediaPlayerNotification.InfoCode AD_COMPLETE
public static final MediaPlayerNotification.InfoCode AD_PROGRESS
public static final MediaPlayerNotification.InfoCode TIMED_METADATA_ADD
public static final MediaPlayerNotification.InfoCode AD_CLICK
public static final MediaPlayerNotification.InfoCode DRM_METADATA_AVAILABLE
public static final MediaPlayerNotification.InfoCode GENERIC_INFO
Method Detail |
---|
public static MediaPlayerNotification.InfoCode[] values()
for (MediaPlayerNotification.InfoCode c : MediaPlayerNotification.InfoCode.values()) System.out.println(c);
public static MediaPlayerNotification.InfoCode 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 nullpublic String getName()
MediaPlayerNotification.NotificationCode
getName
in interface MediaPlayerNotification.NotificationCode
public long getCode()
MediaPlayerNotification.NotificationCode
getCode
in interface MediaPlayerNotification.NotificationCode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |