public static enum MediaHeartbeat.Event extends java.lang.Enum<MediaHeartbeat.Event>
Enum Constant and Description |
---|
AdBreakComplete
Constant defining event type for AdBreak complete
|
AdBreakStart
Constant defining event type for AdBreak start
|
AdComplete
Constant defining event type for Ad complete
|
AdSkip
Constant defining event type for Ad skip
|
AdStart
Constant defining event type for Ad start
|
BitrateChange
Constant defining event type for change in Bitrate
|
BufferComplete
Constant defining event type for Buffer complete
|
BufferStart
Constant defining event type for Buffer start
|
ChapterComplete
Constant defining event type for Chapter complete
|
ChapterSkip
Constant defining event type for Chapter skip
|
ChapterStart
Constant defining event type for Chapter start
|
SeekComplete
Constant defining event type for Seek complete
|
SeekStart
Constant defining event type for Seek start
|
TimedMetadataUpdate
Constant defining event type for TimedMetadata update received from the player
|
Modifier and Type | Method and Description |
---|---|
static MediaHeartbeat.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaHeartbeat.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaHeartbeat.Event AdBreakStart
public static final MediaHeartbeat.Event AdBreakComplete
public static final MediaHeartbeat.Event AdStart
public static final MediaHeartbeat.Event AdComplete
public static final MediaHeartbeat.Event AdSkip
public static final MediaHeartbeat.Event ChapterStart
public static final MediaHeartbeat.Event ChapterComplete
public static final MediaHeartbeat.Event ChapterSkip
public static final MediaHeartbeat.Event SeekStart
public static final MediaHeartbeat.Event SeekComplete
public static final MediaHeartbeat.Event BufferStart
public static final MediaHeartbeat.Event BufferComplete
public static final MediaHeartbeat.Event BitrateChange
public static final MediaHeartbeat.Event TimedMetadataUpdate
public static MediaHeartbeat.Event[] values()
for (MediaHeartbeat.Event c : MediaHeartbeat.Event.values()) System.out.println(c);
public static MediaHeartbeat.Event 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