CuePoint

public interface CuePoint


Represents a cuepoint within a VOD stream.

Summary

Public methods

abstract long

Returns the end time of the cuepoint in milliseconds.

abstract long

Returns the start time of the cuepoint in milliseconds.

abstract boolean

Returns whether the corresponding ad break was played.

Public methods

getEndTimeMs

abstract long getEndTimeMs()

Returns the end time of the cuepoint in milliseconds.

getStartTimeMs

abstract long getStartTimeMs()

Returns the start time of the cuepoint in milliseconds.

isPlayed

abstract boolean isPlayed()

Returns whether the corresponding ad break was played.