Represents a cuepoint within a VOD stream.
Public Method Summary
abstract double |
getEndTime()
This method is deprecated.
- Please use
getEndTimeMs() instead.
|
abstract long |
getEndTimeMs()
Returns the end time of the cuepoint in milliseconds.
|
abstract double |
getStartTime()
This method is deprecated.
- Please use
getStartTimeMs() instead.
|
abstract long |
getStartTimeMs()
Returns the start time of the cuepoint in milliseconds.
|
abstract boolean |
isPlayed()
Returns whether the corresponding ad break was played.
|
Public Methods
public abstract double getEndTime ()
This method is deprecated.
- Please use getEndTimeMs()
instead.
Returns the end time of the cuepoint in seconds.
public abstract long getEndTimeMs ()
Returns the end time of the cuepoint in milliseconds.
public abstract double getStartTime ()
This method is deprecated.
- Please use getStartTimeMs()
instead.
Returns the start time of the cuepoint in seconds.
public abstract long getStartTimeMs ()
Returns the start time of the cuepoint in milliseconds.
public abstract boolean isPlayed ()
Returns whether the corresponding ad break was played.