Buffer Level
data class BufferLevel(level: Double, targetLevel: Double, media: MediaType, type: BufferType)
Content copied to clipboard
Contains buffer information relative to the current time of the Player.
Constructors
BufferLevel
Link copied to clipboard
fun BufferLevel(level: Double = -1.0, targetLevel: Double = -1.0, media: MediaType, type: BufferType)
Content copied to clipboard