setMaxVideoHeight

abstract fun setMaxVideoHeight(maxVideoHeight: Int)

Sets the maximum allowed video height in pixels. The default value is Int.MAX_VALUE (i.e. no constraint).

Parameters

maxVideoHeight

the maximum allowed video height in pixels.