on Load Started
abstract fun onLoadStarted(trackType: Int, dataType: Int, reason: Int, format: Format, mediaStartTimeMs: Long, mediaEndTimeMs: Long)
Called when a load is started.
Parameters
track Type
One of the CTRACK_TYPE_*
constants.
data Type
One of the CDATA_TYPE_*
constants.
reason
One of the CSELECTION_REASON_*
constants.
format
the Format retrieved from ExoPlayer.
media Start Time Ms
The start time of the media, or TIME_UNSET if the data does not belong to a specific media period.
media End Time Ms
The end time of the media, or TIME_UNSET if the data does not belong to a specific media period or the end time is unknown.