Package com.amazonaws.ivs.player
Class Cue
java.lang.Object
com.amazonaws.ivs.player.Cue
- Direct Known Subclasses:
TextCue
,TextMetadataCue
Superclass for all Cue types
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
startTime
public final long startTimeThe time when the cue should be displayed, in milliseconds. -
endTime
public final long endTimeThe time when the cue should be cleared, in milliseconds.
-
-
Constructor Details
-
Cue
public Cue(long startTime, long endTime)
-
-
Method Details