CuePoint

interface CuePoint


Represents a cuepoint within a VOD stream.

Summary

Public functions

Long

Returns the end time of the cuepoint in milliseconds.

Long

Returns the start time of the cuepoint in milliseconds.

Boolean

Returns whether the corresponding ad break was played.

Public functions

getEndTimeMs

fun getEndTimeMs(): Long

Returns the end time of the cuepoint in milliseconds.

getStartTimeMs

fun getStartTimeMs(): Long

Returns the start time of the cuepoint in milliseconds.

isPlayed

fun isPlayed(): Boolean

Returns whether the corresponding ad break was played.