Package com.castlabs.android.player
Interface PeriodChangedListener
-
public interface PeriodChangedListener
PeriodChangedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPeriodChanged(Timeline.Period period)
Invoked whenever the current playingTimeline.Period
changes
-
-
-
Method Detail
-
onPeriodChanged
void onPeriodChanged(@Nullable Timeline.Period period)
Invoked whenever the current playingTimeline.Period
changes- Parameters:
period
- the newTimeline.Period
, or null
-
-