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