Class Cue

java.lang.Object
com.amazonaws.ivs.player.Cue
Direct Known Subclasses:
TextCue, TextMetadataCue

public abstract class Cue extends Object
Superclass for all Cue types
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    final long
    The time when the cue should be cleared, in milliseconds.
    final long
    The time when the cue should be displayed, in milliseconds.
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Cue(long startTime, long endTime)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object Link icon

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • startTime Link icon

      public final long startTime
      The time when the cue should be displayed, in milliseconds.
    • endTime Link icon

      public final long endTime
      The time when the cue should be cleared, in milliseconds.
  • Constructor Details Link icon

    • Cue Link icon

      public Cue(long startTime, long endTime)
  • Method Details Link icon