Package com.google.android.exoplayer2
Interface ExoPlayer.TextComponent
-
- All Known Implementing Classes:
SimpleExoPlayer
- Enclosing interface:
- ExoPlayer
public static interface ExoPlayer.TextComponentThe text component of anExoPlayer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidaddTextOutput(TextOutput listener)Deprecated.List<Cue>getCurrentCues()Returns the currentCues.voidremoveTextOutput(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.
-
-