onLoadingChanged

abstract fun onLoadingChanged(isLoading: Boolean)(source)

The player started (isLoading = true) or stopped (isLoading = false) loading media data over the network. This is not a rebuffering signal: it also fires routinely during smooth playback, so do not drive a buffering spinner from it.