Interface MaskingMediaPeriod.PrepareListener
-
- Enclosing class:
- MaskingMediaPeriod
public static interface MaskingMediaPeriod.PrepareListenerListener for preparation events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPrepareComplete(MediaSource.MediaPeriodId mediaPeriodId)Called when preparing the media period completes.voidonPrepareError(MediaSource.MediaPeriodId mediaPeriodId, IOException exception)Called the first time an error occurs while refreshing source info or preparing the period.
-
-
-
Method Detail
-
onPrepareComplete
void onPrepareComplete(MediaSource.MediaPeriodId mediaPeriodId)
Called when preparing the media period completes.
-
onPrepareError
void onPrepareError(MediaSource.MediaPeriodId mediaPeriodId, IOException exception)
Called the first time an error occurs while refreshing source info or preparing the period.
-
-