SimpleExoPlayer
public static interface Player.TextComponent
Player
.Modifier and Type | Method | Description |
---|---|---|
void |
addTextOutput(TextOutput listener) |
Registers an output to receive text events.
|
List<Cue> |
getCurrentCues() |
Returns the current
Cues . |
void |
removeTextOutput(TextOutput listener) |
Removes a text output.
|
void addTextOutput(TextOutput listener)
listener
- The output to register.void removeTextOutput(TextOutput listener)
listener
- The output to remove.