public abstract class

Cue

extends Object
java.lang.Object
   ↳ com.amazonaws.ivs.player.Cue
Known Direct Subclasses

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)
Public Methods
boolean equals(Object o)
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

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)

public int hashCode ()