public interface
CuePoint
Represents a cuepoint within a VOD stream.
Public Method Summary
abstract double |
getEndTime()
Returns the end time of the cuepoint in seconds.
|
abstract double |
getStartTime()
Returns the start time of the cuepoint in seconds.
|
abstract boolean |
isPlayed()
Returns whether the corresponding ad break was played.
|
Public Methods
public abstract double getEndTime ()
Returns the end time of the cuepoint in seconds.
public abstract double getStartTime ()
Returns the start time of the cuepoint in seconds.
public abstract boolean isPlayed ()
Returns whether the corresponding ad break was played.