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