CuePoint
Represents the data of a single cue point.
Constructors
Link copied to clipboard
Used to create a before (pre-roll) or after (post-roll) cue point.
constructor(positionType: CuePoint.PositionType, type: CuePoint.CuePointType, properties: Map<String, Any>)
Used to create a pre-roll (PositionType.BEFORE) or post-roll (PositionType.AFTER) cue point.
Used to create a point in time (mid-roll) cue point at a specific position.
Used to create a mid-roll (PositionType.POINT_IN_TIME) cue point at a specific position.
Used to create a mid-roll (PositionType.POINT_IN_TIME) cue point at a specific position.
Types
Link copied to clipboard
enum CuePointType
Specifies the cue point type.
Link copied to clipboard
enum PositionType
Indicates the position of the cue point in relation to the entire video.
Functions
Link copied to clipboard
Link copied to clipboard
Convenience method to retrieve a property from the dynamic properties Map that is expected to be an Integer.
Convenience static method to retrieve a property from a properties Map that is expected to be an Integer.
Link copied to clipboard
Link copied to clipboard
Returns the time offset of the cue point from the beginning of the video, in milliseconds.
Link copied to clipboard
Retrieves a Map of dynamic properties for this object.
Link copied to clipboard
Convenience method to retrieve a property from the dynamic properties Map that is expected to be a String.
Convenience static method to retrieve a property from a properties Map that is expected to be a String.