CuePoint

interface CuePoint


Represents a cuepoint within a VOD stream.

Summary

Public functions

Double

This function is deprecated.

- Use getEndTimeMs instead.

Long

Returns the end time of the cuepoint in milliseconds.

Double

This function is deprecated.

- Use getStartTimeMs instead.

Long

Returns the start time of the cuepoint in milliseconds.

Boolean

Returns whether the corresponding ad break was played.

Public functions

getEndTime

fun getEndTime(): Double

Returns the end time of the cuepoint in seconds.

getEndTimeMs

fun getEndTimeMs(): Long

Returns the end time of the cuepoint in milliseconds.

getStartTime

fun getStartTime(): Double

Returns the start time of the cuepoint in seconds.

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.