@UnstableApi
public interface TextOutput


Receives text output.

Summary

Public methods

abstract void
onCues(CueGroup cueGroup)

Called when there is a change in the CueGroup.

default void
onCues(List<Cue> cues)

This method is deprecated.

Use onCues instead.

Public methods

onCues

abstract void onCues(CueGroup cueGroup)

Called when there is a change in the CueGroup.

Both onCues and onCues are called when there is a change in the cues. You should only implement one or the other.

onCues

default void onCues(List<Cue> cues)

Called when there is a change in the Cues.

Both onCues and onCues are called when there is a change in the cues. You should only implement one or the other.