JavaScript is disabled on your browser.
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.libraries.mediaframework.exoplayerextensions
Interface PlayerControlCallback
All Known Implementing Classes:
PlaybackControlLayer
public interface
PlayerControlCallback
Callback for handling the play or pause of a player control.
Method Summary
Methods
Modifier and Type
Method and Description
void
onPause
()
Respond when the player has just been paused.
void
onPlay
()
Respond when the player just started playing.
Method Detail
onPause
void onPause()
Respond when the player has just been paused.
onPlay
void onPlay()
Respond when the player just started playing.
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