onError

abstract fun onError(@NonNull controller: AudioPlaybackController, @NonNull error: Throwable)

Called when audio content cannot be played.

Parameters

controller

Controller for managing the playback.

error

Cause of the error.