public static enum APSMediaUnit.APSHandleSeekEvent extends java.lang.Enum<APSMediaUnit.APSHandleSeekEvent>
| Enum Constant and Description |
|---|
APSHandleSeekEventPlayAllBreaks
This will trigger all ad breaks
|
APSHandleSeekEventPlayFirstBreak
This will only trigger the first ad break
|
APSHandleSeekEventPlayLastBreak
This will only trigger the last ad break
|
| Modifier and Type | Method and Description |
|---|---|
static APSMediaUnit.APSHandleSeekEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APSMediaUnit.APSHandleSeekEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APSMediaUnit.APSHandleSeekEvent APSHandleSeekEventPlayFirstBreak
public static final APSMediaUnit.APSHandleSeekEvent APSHandleSeekEventPlayLastBreak
public static final APSMediaUnit.APSHandleSeekEvent APSHandleSeekEventPlayAllBreaks
public static APSMediaUnit.APSHandleSeekEvent[] values()
for (APSMediaUnit.APSHandleSeekEvent c : APSMediaUnit.APSHandleSeekEvent.values()) System.out.println(c);
public static APSMediaUnit.APSHandleSeekEvent 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