PlayerParameters

fun PlayerParameters(    maxVideoWidth: Int = Int.MAX_VALUE,     maxVideoHeight: Int = Int.MAX_VALUE,     maxVideoBitrate: Int = Int.MAX_VALUE,     maxAudioBitrate: Int = Int.MAX_VALUE)