public enum VerizonMediaResponseVodAdBreakPosition extends Enum<VerizonMediaResponseVodAdBreakPosition>
VerizonMediaResponseVodAdBreak
in the content.Enum Constant and Description |
---|
MIDROLL
The ad break plays during the content.
|
OVERLAY
The
VerizonMediaResponseVodAdBreakType.NONLINEAR ad break is shown over the player. |
PAUSE
The ad break is shown when the player is paused.
|
POSTROLL
The ad break plays after the content.
|
PREROLL
The ad break plays before the content.
|
UNKNOWN
The position of the ad inside the content is unknown.
|
Modifier and Type | Method and Description |
---|---|
static VerizonMediaResponseVodAdBreakPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerizonMediaResponseVodAdBreakPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerizonMediaResponseVodAdBreakPosition PREROLL
public static final VerizonMediaResponseVodAdBreakPosition MIDROLL
public static final VerizonMediaResponseVodAdBreakPosition POSTROLL
public static final VerizonMediaResponseVodAdBreakPosition PAUSE
public static final VerizonMediaResponseVodAdBreakPosition OVERLAY
VerizonMediaResponseVodAdBreakType.NONLINEAR
ad break is shown over the player.public static final VerizonMediaResponseVodAdBreakPosition UNKNOWN
public static VerizonMediaResponseVodAdBreakPosition[] values()
for (VerizonMediaResponseVodAdBreakPosition c : VerizonMediaResponseVodAdBreakPosition.values()) System.out.println(c);
public static VerizonMediaResponseVodAdBreakPosition valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null