CuePoint

public interface CuePoint


Represents a cuepoint within a VOD stream.

Summary

Public methods

abstract double

This method is deprecated.

- Use getEndTimeMs instead.

abstract long

Returns the end time of the cuepoint in milliseconds.

abstract double

This method is deprecated.

- Use getStartTimeMs instead.

abstract long

Returns the start time of the cuepoint in milliseconds.

abstract boolean

Returns whether the corresponding ad break was played.

Public methods

getEndTime

abstract double getEndTime()

Returns the end time of the cuepoint in seconds.

getEndTimeMs

abstract long getEndTimeMs()

Returns the end time of the cuepoint in milliseconds.

getStartTime

abstract double getStartTime()

Returns the start time of the cuepoint in seconds.

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.