Package com.google.android.exoplayer2.ui
Interface StyledPlayerControlView.ProgressUpdateListener
-
- Enclosing class:
- StyledPlayerControlView
public static interface StyledPlayerControlView.ProgressUpdateListener
Listener to be notified when progress has been updated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onProgressUpdate(long position, long bufferedPosition)
Called when progress needs to be updated.
-