CuePoint
Used to create a pre-roll (PositionType.BEFORE) or post-roll (PositionType.AFTER) cue point.
Parameters
The properties describing this cue point.
Used to create a mid-roll (PositionType.POINT_IN_TIME) cue point at a specific position.
Parameters
The offset from the beginning of the video, in milliseconds.
Either CuePointType.AD or CuePointType.CODE
The properties describing this cue point.
Deprecated
Used to create a before (pre-roll) or after (post-roll) cue point.
Deprecated
Use the construtor that use a CuePointType rather than a string. This will guarantee that the CuePoint is of a known type and can be handled properly by the system. This method now throws IllegalArgumentException if the string value describing the cue point type does not specify a known cue point type. Currently supported values are "AD" or "CODE".
Parameters
Either PositionType.Before (pre-roll) or PositionType.After (post-roll).
The type of the cue point. Valid values are: "AD" or "CODE".
The properties describing this cue point.
Deprecated
Used to create a point in time (mid-roll) cue point at a specific position.
Deprecated
Use the construtor that takes a CuePointType rather than a string. This will guarantee that the CuePoint is of a known type and can be handled properly by the system. This method now throws IllegalArgumentException if the string value describing the cue point type does not specify a known cue point type. Currently supported values are "AD" and "CODE".
Parameters
The offset from the beginning of the video, in milliseconds.
The type of the cue point. Valid values are "AD" or "CODE".
The properties describing this cue point.
Deprecated
Used to create a mid-roll (PositionType.POINT_IN_TIME) cue point at a specific position.
Parameters
The offset from the beginning of the video, in milliseconds.
Either CuePointType.AD or CuePointType.CODE
The properties describing this cue point.