-
- All Implemented Interfaces:
-
com.google.android.exoplayer2.source.MediaSourceEventListener
public final class MediaOnLoadCompletedListener implements MediaSourceEventListener
-
-
Constructor Summary
Constructors Constructor Description MediaOnLoadCompletedListener(SimpleExoPlayer exoPlayer)
-
Method Summary
Modifier and Type Method Description final CopyOnWriteArrayList<Pair<Long, Long>>getDiscontinuityBoundaries()final LonggetWindowStartTime()UnitonLoadCompleted(Integer windowIndex, MediaSource.MediaPeriodId mediaPeriodId, LoadEventInfo loadEventInfo, MediaLoadData mediaLoadData)final Unitclear()-
Methods inherited from class tv.mycujoo.mcls.player.MediaOnLoadCompletedListener
onDownstreamFormatChanged, onLoadCanceled, onLoadError, onLoadStarted, onUpstreamDiscarded -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDiscontinuityBoundaries
final CopyOnWriteArrayList<Pair<Long, Long>> getDiscontinuityBoundaries()
-
getWindowStartTime
final Long getWindowStartTime()
-
onLoadCompleted
Unit onLoadCompleted(Integer windowIndex, MediaSource.MediaPeriodId mediaPeriodId, LoadEventInfo loadEventInfo, MediaLoadData mediaLoadData)
-
-
-
-