JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.android.exoplayer.text
Interface TextRenderer
public interface
TextRenderer
An interface for components that render text.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onCues
(
List
<
Cue
> cues)
Invoked each time there is a change in the
Cue
s to be rendered.
Method Detail
onCues
void onCues(
List
<
Cue
> cues)
Invoked each time there is a change in the
Cue
s to be rendered.
Parameters:
cues
- The
Cue
s to be rendered, or an empty list if no cues are to be rendered.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method