UniLoadControl

data class UniLoadControl(val maxBufferMs: Int? = null, val minBufferMs: Int? = null, val startPlaybackBufferMs: Int? = null, val startPlaybackReBufferMs: Int? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(maxBufferMs: Int? = null, minBufferMs: Int? = null, startPlaybackBufferMs: Int? = null, startPlaybackReBufferMs: Int? = null)

Properties

Link copied to clipboard
val maxBufferMs: Int? = null
Link copied to clipboard
val minBufferMs: Int? = null
Link copied to clipboard
val startPlaybackBufferMs: Int? = null
Link copied to clipboard
val startPlaybackReBufferMs: Int? = null

Functions

Link copied to clipboard
operator fun component1(): Int?
Link copied to clipboard
operator fun component2(): Int?
Link copied to clipboard
operator fun component3(): Int?
Link copied to clipboard
operator fun component4(): Int?
Link copied to clipboard
fun copy(maxBufferMs: Int? = null, minBufferMs: Int? = null, startPlaybackBufferMs: Int? = null, startPlaybackReBufferMs: Int? = null): UniLoadControl