-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum VerizonMediaResponseVodAdBreakPosition
The position of the VerizonMediaResponseVodAdBreak in the content.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PREROLL
The ad break plays before the content.
MIDROLL
The ad break plays during the content.
POSTROLL
The ad break plays after the content.
PAUSE
The ad break is shown when the player is paused.
OVERLAY
The NONLINEAR ad break is shown over the player.
UNKNOWN
The position of the ad inside the content is unknown.
-
Method Summary
Modifier and Type Method Description static Array<VerizonMediaResponseVodAdBreakPosition>
values()
static VerizonMediaResponseVodAdBreakPosition
valueOf(String name)
-
-
Method Detail
-
values
static Array<VerizonMediaResponseVodAdBreakPosition> values()
-
valueOf
static VerizonMediaResponseVodAdBreakPosition valueOf(String name)
-
-
-
-