onPlayerError

abstract fun onPlayerError(e: Exception)

Called when an error occurs on the Player. The Player instance can still be used and Player.release() must still be called.

Parameters

e

The error.