InternalErrorListener

Listeners for receiving error information.

Functions

Link copied to clipboard
abstract fun onAudioTrackUnderrun(bufferSize: Int, bufferSizeMs: Long, elapsedSinceLastFeedMs: Long)

abstract fun onAudioTrackUnderrun(eventTime: EventTime, bufferSize: Int, bufferSizeMs: Long, elapsedSinceLastFeedMs: Long)
Called when an audio underrun occurred.
Link copied to clipboard
Called when a DRM error occurs.
Link copied to clipboard
abstract fun onLoadError(trackType: Int, e: IOException)
Called when a load error occurs.
Link copied to clipboard
abstract fun onPlayerError(e: Exception)
Called when an error occurs on the Player.