BufferLevel

data class BufferLevel(val level: Double = -1.0, val targetLevel: Double = -1.0, val media: MediaType, val type: BufferType)

Contains buffer information relative to the current time of the Player.

Constructors

Link copied to clipboard
constructor(level: Double = -1.0, targetLevel: Double = -1.0, media: MediaType, type: BufferType)

Properties

Link copied to clipboard

The amount of seconds currently buffered for the media type and buffer type.

Link copied to clipboard

The MediaType the level and targetLevel applies to.

Link copied to clipboard

The target buffer level for the media type and buffer type.

Link copied to clipboard

The BufferType the level and targetLevel applies to.