buffering

abstract val buffering: Boolean

Indicates that the player is currently buffering.

When in synced mode, this is equivalent to SyncMediaPlayer.waitingForMediaObjectRenderers. When not in synced mode, this is equivalent to checking (!ready&& !waitingForReaderViewSynchronization).