PlayerParameters

data class PlayerParameters(    val maxVideoWidth: Int = Int.MAX_VALUE,     val maxVideoHeight: Int = Int.MAX_VALUE,     val maxVideoBitrate: Int = Int.MAX_VALUE,     val maxAudioBitrate: Int = Int.MAX_VALUE)

Constructors

Link copied to clipboard
fun PlayerParameters(    maxVideoWidth: Int = Int.MAX_VALUE,     maxVideoHeight: Int = Int.MAX_VALUE,     maxVideoBitrate: Int = Int.MAX_VALUE,     maxAudioBitrate: Int = Int.MAX_VALUE)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun playerShouldStart(): Boolean

Properties

Link copied to clipboard
val maxAudioBitrate: Int
Link copied to clipboard
val maxVideoBitrate: Int
Link copied to clipboard
val maxVideoHeight: Int
Link copied to clipboard
val maxVideoWidth: Int