CuePoint

public interface CuePoint

Represents a cuepoint within a VOD stream.

Public Method Summary

abstract double
getEndTime()
This method is deprecated. - Use getEndTimeMs() instead.
abstract long
getEndTimeMs()
Returns the end time of the cuepoint in milliseconds.
abstract double
getStartTime()
This method is deprecated. - 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.
- 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.
- 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.