java.lang.Object |
↳ |
com.amazonaws.ivs.player.Cue |
Known Direct Subclasses
TextCue |
Contains information for the display of subtitles and captions including styling and positioning. |
TextMetadataCue |
Contains timed text metadata. |
|
Class Overview
Superclass for all Cue types
Summary
Fields |
public
final
long |
endTime |
The time when the cue should be cleared. |
public
final
long |
startTime |
The time when the cue should be displayed. |
Public Constructors |
|
Cue(long startTime, long endTime)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
final
long
endTime
The time when the cue should be cleared.
public
final
long
startTime
The time when the cue should be displayed.
Public Constructors
public
Cue
(long startTime, long endTime)
Public Methods
public
boolean
equals
(Object o)