-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum CuePoint.PositionType
Indicates the position of the cue point in relation to the entire video.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BEFORE
Pre-roll, plays before the main content of the video.
POINT_IN_TIME
Mid-roll, plays during the video at a specified offset from thestart of the video.
AFTER
Post-roll, plays after the main content of the video.
-
Method Summary
Modifier and Type Method Description static Array<CuePoint.PositionType>
values()
static CuePoint.PositionType
valueOf(String name)
-
-
Method Detail
-
values
static Array<CuePoint.PositionType> values()
-
valueOf
static CuePoint.PositionType valueOf(String name)
-
-
-
-