Package com.google.android.exoplayer2
Interface ExoPlayer.TextComponent
-
- All Known Implementing Classes:
SimpleExoPlayer
- Enclosing interface:
- ExoPlayer
public static interface ExoPlayer.TextComponent
The text component of anExoPlayer
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addTextOutput(TextOutput listener)
Deprecated.List<Cue>
getCurrentCues()
Returns the currentCues
.void
removeTextOutput(TextOutput listener)
Deprecated.
-
-
-
Method Detail
-
addTextOutput
@Deprecated void addTextOutput(TextOutput listener)
Deprecated.Registers an output to receive text events.- Parameters:
listener
- The output to register.
-
removeTextOutput
@Deprecated void removeTextOutput(TextOutput listener)
Deprecated.Removes a text output.- Parameters:
listener
- The output to remove.
-
-